Make all external links in the documentation open in a new window
To make it easier to stay on track when reading documentation, I added ",role=external,window=_blank" to all links in the documentation directory that were not pointing at another piece of documentation. Change-Id: I94bf254c90f8ebce067c765be0a2932b755a045a
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
= The refs/for namespace
|
||||
|
||||
When pushing a new or updated commit to Gerrit, you push that commit using a
|
||||
link:https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html#def_ref[reference],
|
||||
link:https://www.kernel.org/pub/software/scm/git/docs/gitglossary.html#def_ref[reference,role=external,window=_blank],
|
||||
in the `refs/for` namespace. This reference must also define
|
||||
the target branch, such as `refs/for/[BRANCH_NAME]`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user