Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: README.md

Issue 1805523002: Docs: Fix broken links from README.md (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Making links absolute just to be sure Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 7b11325d37a6cb2111ecab5c0930a445bd9dfc8e..b59b71c5d2b4faab505641d9dd9173cba9178b4f 100644
--- a/README.md
+++ b/README.md
@@ -14,5 +14,5 @@ See [Getting started] [1] for instructions on how to get started developing.
You can also browse the [docs directory] [2] for more documentation.
-[1]: docs/getting_started.md
-[2]: docs/
+[1]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/getting_started.md
+[2]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698