1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Fix spacing

This commit is contained in:
PSJ
2021-08-12 13:52:54 +05:30
committed by GitHub
parent a521133092
commit 92f2bc17b5

View File

@@ -122,7 +122,7 @@ Example : If you have a repository called `octocat/octocat.github.io` and it has
| In a `.md` file on another branch | `/../../blob/master/images/blacktocat.png` | | In a `.md` file on another branch | `/../../blob/master/images/blacktocat.png` |
| In Issues,Pull Requests & comments of the repository | `../blob/master/images/blacktocat.png?raw=true` | | In Issues,Pull Requests & comments of the repository | `../blob/master/images/blacktocat.png?raw=true` |
A thing to note here is that `master` represents the branch name and it could vary from repository to repository. A thing to note here is that `master` represents the branch name and it could vary from repository to repository. [Learn more about Relative Links](#relative-links)
{% endtip %} {% endtip %}