diff options
author | nodir <nodir@chromium.org> | 2015-08-25 10:15:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-25 17:16:40 +0000 |
commit | 06cbaa02cafe10687a9316178528b9bb94820575 (patch) | |
tree | d8d31244a4c74b1e0828873d54e9807835246bbe /docs/useful_urls.md | |
parent | 92b5c2cc13a9302a02fd13c923390b6249c6454b (diff) | |
download | chromium_src-06cbaa02cafe10687a9316178528b9bb94820575.zip chromium_src-06cbaa02cafe10687a9316178528b9bb94820575.tar.gz chromium_src-06cbaa02cafe10687a9316178528b9bb94820575.tar.bz2 |
A batch of docs style fixes.
R=andybons@chromium.org
BUG=524256
Review URL: https://codereview.chromium.org/1319543002
Cr-Commit-Position: refs/heads/master@{#345360}
Diffstat (limited to 'docs/useful_urls.md')
-rw-r--r-- | docs/useful_urls.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/useful_urls.md b/docs/useful_urls.md index 2629039..e449e03 100644 --- a/docs/useful_urls.md +++ b/docs/useful_urls.md @@ -1,6 +1,7 @@ -# Introduction +# Useful URLs -Chromium has a lot of different pages for a lot of different things. This page aims to be a repository of useful links that people may find useful. +Chromium has a lot of different pages for a lot of different things. +This page aims to be a repository of useful links that people may find useful. ## Build Status @@ -17,6 +18,7 @@ Chromium has a lot of different pages for a lot of different things. This page a | http://chromium-build-logs.appspot.com/list | Filterable list of most recent build logs | ## For Sheriffs + | http://build.chromium.org/p/chromium.chromiumos/waterfall?show_events=true&reload=120&failures_only=true | List of failing bots for a waterfall (chromium.chromiumos as an example) | |:---------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------| | http://build.chromium.org/p/chromium.linux/waterfall?show_events=true&reload=120&builder=Linux%20Builder%20x64&builder=Linux%20Builder%20(dbg) | Monitor one or multiple bots (Linux Builder x64 and Linux Builder (dbg) on chromium.linux as an example) | @@ -25,11 +27,13 @@ Chromium has a lot of different pages for a lot of different things. This page a | http://test-results.appspot.com/dashboards/flakiness_dashboard.html | Lists historical test results for the bots | ## Release Information + | https://omahaproxy.appspot.com/viewer | Current release versions of Chrome on all channels | |:--------------------------------------|:---------------------------------------------------| | https://omahaproxy.appspot.com/ | Looks up the revision of a build/release version | ## Source Information + | http://cs.chromium.org/ | Code Search | |:------------------------|:------------| | http://cs.chromium.org/SEARCH_TERM | Code Search for a specific SEARCH\_TERM | @@ -40,8 +44,9 @@ Chromium has a lot of different pages for a lot of different things. This page a | 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 | ## Communication + | http://groups.google.com/a/chromium.org/group/chromium-dev/topics | Chromium Developers List | |:------------------------------------------------------------------|:-------------------------| | http://groups.google.com/a/chromium.org/group/chromium-discuss/topics | Chromium Users List | | http://code.google.com/p/chromium/source/list | Wiki History (SVN-based) | -| http://code.google.com/p/chromium/wiki/UserHandleMapping | Chromium User Mapping |
\ No newline at end of file +| http://code.google.com/p/chromium/wiki/UserHandleMapping | Chromium User Mapping | |