Skip to content

Commit

Permalink
Fix some dead links in docs
Browse files Browse the repository at this point in the history
1. Remove the links of deleted files
  - docs/common_build_tasks.md
  - docs/shift_based_development.md
  deleted in https://chromium-review.googlesource.com/679054
  - docs/subtle_threading_bugs.md
  deleted in https://chromium-review.googlesource.com/897782

2. Remove Old Chrome OS build instructions and
   add Chrome OS build instructions in Checking Out and Building
  - docs/old_chromeos_build_instructions.md
  renamed in https://chromium-review.googlesource.com/861043

3. Remove the link of an unidentified file
  - docs/testing/test_browser_ui.md
  can't find the history of the file.

Bug: N/A
Change-Id: I4c6d3e6fbe442ad79905c94b94627ad8baf251dd
Reviewed-on: https://chromium-review.googlesource.com/1029396
Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com>
Reviewed-by: Jacob Dufault <jdufault@chromium.org>
Reviewed-by: Gabriel Charette <gab@chromium.org>
Reviewed-by: Eric Stevenson <estevenson@chromium.org>
Reviewed-by: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554686}
  • Loading branch information
amoseui authored and Commit Bot committed Apr 30, 2018
1 parent a4deb11 commit 1f25391
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ Erik Sjölund <erik.sjolund@gmail.com>
Eriq Augustine <eriq.augustine@gmail.com>
Ernesto Mudu <ernesto.mudu@gmail.com>
Etienne Laurin <etienne@atnnn.com>
Euisang Lim <eui-sang.lim@samsung.com>
Evan Peterson <evan.peterson.ep@gmail.com>
Evan Wallace <evan.exe@gmail.com>
Evangelos Foutras <evangelos@foutrelis.com>
Expand Down
10 changes: 1 addition & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ used when committed.
Cast for Android (on a Linux host)
* [iOS Build Instructions](ios/build_instructions.md) - iOS target (on a MacOS
host)
* [Chrome OS Build Instructions](chromeos_build_instructions.md) - Chrome OS
* [Linux Chromium ARM Recipes](linux_chromium_arm.md) - Recipes for building
Chromium for ARM on Linux.
* [Common Build Tasks](common_build_tasks.md) - Recipes for slightly more
advanced build tasks
* [Chrome Component Build](component_build.md) - Faster builds using more
libraries
* [Using the BuildRunner](using_build_runner.md) - Scripts that extract build
Expand Down Expand Up @@ -110,8 +109,6 @@ used when committed.
compiler
* [Threading and Tasks in Chrome](threading_and_tasks.md) - How to run tasks
and handle thread safety in Chrome.
* [Subtle Threading Bugs and Patterns to Avoid Them](subtle_threading_bugs.md) -
Threading pitfalls to avoid.
* [Callback<> and Bind()](callback.md) - All about Callbacks, Closures, and
Bind().
* [Views Platform Styling](ui/views/platform_style.md) - How views are styled
Expand Down Expand Up @@ -158,7 +155,6 @@ used when committed.
Diagnosing and fixing layout test flakiness due to ordering dependencies.
* [Running Layout Tests using `content_shell`](testing/layout_tests_in_content_shell.md) -
Running layout tests by hand.
* [Testing Browser UI](testing/test_browser_ui.md) - Using TestBrowserUi
* [Web Platform Tests](testing/web_platform_tests.md) - Shared tests across
browser vendors
* [Using Breakpad with `content_shell`](testing/using_breakpad_with_content_shell.md) -
Expand Down Expand Up @@ -312,9 +308,6 @@ used when committed.
Chromium/IRC/Google
* [Documentation Best Practices](documentation_best_practices.md)
* [Documentation Guidelines](documentation_guidelines.md)
* [Shift-Based Development](shift_based_development.md) - An experiment in
handing off development of coordinated work between developers in different
time zones.
* [Chromium Browser vs Google Chrome](chromium_browser_vs_google_chrome.md) -
What's the difference between _Chromium Browser_ and _Google Chrome_?
* [Proxy Auto Config using WPAD](proxy_auto_config.md) - How WPAD servers are
Expand All @@ -325,7 +318,6 @@ used when committed.
directories are determined on all platforms.

### Probably Obsolete
* [Old Chrome OS build instructions](old_chromeos_build_instructions.md)
* [TPM Quick Reference](tpm_quick_ref.md) - Trusted Platform Module notes.
* [System Hardening Features](system_hardening_features.md) - A list of
current and planned Chrome OS security features.
Expand Down
5 changes: 3 additions & 2 deletions docs/get_the_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ all over the place, we have a self-contained page for each configuration
you might want to build:

* [Android](android_build_instructions.md)
* [Cast](old_cast_build_instructions.md)
* [Chrome OS](old_chromeos_build_instructions.md)
* [Android Cast](android_cast_build_instructions.md)
* [Chrome OS](chromeos_build_instructions.md)
* [iOS](ios/build_instructions.md)
* [Linux](linux_build_instructions.md)
* [Linux Cast](linux_cast_build_instructions.md)
* [Mac](mac_build_instructions.md)
* [Windows](windows_build_instructions.md)

0 comments on commit 1f25391

Please sign in to comment.