Skip to content

Commit 671f5a9

Browse files
committed
Update help for repository browser URLs
- Fix broken link in GitWeb example URL - Link to actual GitHub project - Specify GitHub URL must be HTTP - Set valid links to open in new window
1 parent b3ddce6 commit 671f5a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
Specify the root URL serving this repository (such as <a href="http://repo.or.cz/r/git.git">this</a>.)
2+
Specify the root URL serving this repository (such as <a target="_blank" href="http://git.kernel.org/?p=git/git.git">this</a>).
33
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
Specify the root URL serving this repository (such as <a href="http://github.com/USERNAME/REPO/">this</a>.)
2+
Specify the HTTP URL for this repository's GitHub page (such as <a target="_blank" href="https://github.com/jquery/jquery">this</a>).
33
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div>
2-
Specify the root URL serving this repository (such as <a href="http://SERVER/PATH/projects/PROJECT/repository">this</a>.)
2+
Specify the root URL serving this repository (such as <a href="http://SERVER/PATH/projects/PROJECT/repository">this</a>).
33
</div>

0 commit comments

Comments
 (0)