1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Update Relative Links

This commit is contained in:
PSJ
2021-08-12 22:23:34 +05:30
committed by GitHub
parent 92c1671339
commit 8722d465de

View File

@@ -119,8 +119,8 @@ Example : If you have a repository called `octocat/octocat.github.io` and it has
| Context | Relative Link |
| ------ | -------- |
| In a `.md` file on the same branch | `/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 a `.md` file on another branch | `/../master/images/blacktocat.png` |
| 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. [Learn more about Relative Links](#relative-links)