diff options
author | dan sinclair <dj2@everburning.com> | 2015-10-16 13:10:09 -0400 |
---|---|---|
committer | dan sinclair <dj2@everburning.com> | 2015-10-16 13:10:09 -0400 |
commit | cebdda5a686251087f14e8df19b7f988dfae46de (patch) | |
tree | 3aa683644ca5169e1416fc61f2c8eceec7756781 /docs/documentation.md | |
parent | a03709ea217218126b09bef8bb332cb943a494dd (diff) | |
download | pdfium-cebdda5a686251087f14e8df19b7f988dfae46de.tar.xz |
Merge to XFA: Update link to chromium src.
This CL updates the documentation link to the Chromium PDF plugin to
point to Gitiles instead of the SVN repo.
Merge clean.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1407313002 .
(cherry picked from commit 8969a70de3ed74bf0e2ae133378f5e7a4d1fd4c0)
Review URL: https://codereview.chromium.org/1412723002 .
Diffstat (limited to 'docs/documentation.md')
-rw-r--r-- | docs/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md index 8efc46ce43..ec91065489 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -7,4 +7,4 @@ You can search the source code through https://code.google.com/p/chromium/codesearch#search/&q=file:third_party/pdfium&sq=package:chromium&type=cs A sample consumer of this library is Chromium's PDF plugin. You can see the -source for it at http://src.chromium.org/viewvc/chrome/trunk/src/pdf/ +source for it at https://chromium.googlesource.com/chromium/src/+/master/pdf/. |