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:
Marian Harbach
2019-12-10 18:01:31 +01:00
parent 73b226647f
commit 34253376e6
76 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
= Gerrit Code Review - Mail Templates
Gerrit uses link:https://developers.google.com/closure/templates/[Closure Templates]
Gerrit uses link:https://developers.google.com/closure/templates/[Closure Templates,role=external,window=_blank]
(Soy) for the bulk of the standard mails it sends out.
There are builtin default templates which are used if they are not overridden.
These defaults are also provided as examples so that administrators may copy