Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 185c0da

Browse files
authored
Merge pull request #4772 from magento/db_patch_fix
Fixed up formatting errors in 'Applying patches' topic.
2 parents 7040abf + 92a6e15 commit 185c0da

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guides/v2.3/comp-mgr/patching.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ When the [patch][] program is run, this file is read in and the specified change
3434
1. Login to the server as the [Magento admin user][] and verify the file is in the correct directory.
3535
1. In the command line interface, run the following commands according to the patch extension:
3636

37-
patch < patch_file_name.patch
37+
```bash
38+
patch < patch_file_name.patch
39+
```
3840

3941
The command assumes the file to be patched is located relative to the patch file.
4042

@@ -55,7 +57,7 @@ Please refer to the [Magento Help Center][] for details on how to use Composer t
5557
<!-- Link Definitions -->
5658
[Magento Security Center]:https://magento.com/security/patches
5759
[-p1 instead of -p0]:http://man7.org/linux/man-pages/man1/patch.1.html
58-
[Back up and roll back the file system]:https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-backup.html
60+
[Back up and roll back the file system]:{{ page.baseurl }}/install-gde/install/cli/install-cli-backup.html
5961
[patch]:https://en.wikipedia.org/wiki/Patch_(Unix)
6062
[Magento Help Center]:https://support.magento.com/hc/en-us/articles/360005484154-Create-a-patch-for-a-Magento-2-Composer-installation-from-a-GitHub-commit
61-
[Magento Admin user]:https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli.html#config-install-cli-first
63+
[Magento Admin user]:{{ page.baseurl }}/config-guide/cli/config-cli.html#config-install-cli-first

0 commit comments

Comments
 (0)