diff options
author | tfarina <tfarina@chromium.org> | 2016-03-02 02:55:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-02 10:56:56 +0000 |
commit | c41f2b9acaf4842b5d5daabc65154d4b74825e21 (patch) | |
tree | a44bbf1ad3f632d4c3a8e37e9e422d2bbdc8afe2 /docs | |
parent | 8ad5dc33e673b7f67ba1a02a03268980f87c56a7 (diff) | |
download | chromium_src-c41f2b9acaf4842b5d5daabc65154d4b74825e21.zip chromium_src-c41f2b9acaf4842b5d5daabc65154d4b74825e21.tar.gz chromium_src-c41f2b9acaf4842b5d5daabc65154d4b74825e21.tar.bz2 |
docs: remove some old urls from useful_urls.md file
This patch removes two old urls from the Subversion (svn) and Git-SVN
eras that are not relevant anymore.
Instead point to the new Source Code Browser, called Gitiles, that we
use now in the pure Git world.
BUG=None
R=nodir@chromium.org
Review URL: https://codereview.chromium.org/1749213003
Cr-Commit-Position: refs/heads/master@{#378725}
Diffstat (limited to 'docs')
-rw-r--r-- | docs/useful_urls.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/useful_urls.md b/docs/useful_urls.md index 019092b..b49606c 100644 --- a/docs/useful_urls.md +++ b/docs/useful_urls.md @@ -37,8 +37,7 @@ This page aims to be a repository of useful links that people may find useful. |:------------------------|:------------| | http://cs.chromium.org/ | Code Search | | http://cs.chromium.org/SEARCH_TERM | Code Search for a specific SEARCH\_TERM | -| http://src.chromium.org/viewvc/chrome/ | ViewVC History Viewer | -| http://git.chromium.org/gitweb/?p=chromium.git;a=summary | Gitweb History Viewer | +| https://chromium.googlesource.com/chromium/src/ | Gitiles Source Code Browser | | https://chromium.googlesource.com/chromium/src/+log/b6cfa6a..9a2e0a8?pretty=fuller | Git changes in revision range (also works for build numbers) | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/trunk/src&mode=html&range=SUCCESS_REV:FAILURE_REV | SVN changes in revision range | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&mode=html&range=SUCCESS_REV:FAILURE_REV | Blink changes in revision range | |