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

Unified Diff: chrome/common/extensions/docs/templates/articles/nativeMessaging.html

Issue 1033003003: Fix typo in link at nativeMessaging docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/common/extensions/docs/templates/articles/nativeMessaging.html
diff --git a/chrome/common/extensions/docs/templates/articles/nativeMessaging.html b/chrome/common/extensions/docs/templates/articles/nativeMessaging.html
index 4ff66debca094b2b51446e3e5f7ba2390823902e..29c2291a3f60c1cbfc6e436e882162afec0b525b 100644
--- a/chrome/common/extensions/docs/templates/articles/nativeMessaging.html
+++ b/chrome/common/extensions/docs/templates/articles/nativeMessaging.html
@@ -210,7 +210,7 @@ Here are some errors and tips for solving the issues:
<li>
Is the manifest file in the correct format? In particular, is the JSON
syntax correct and do the values match the definition of a
- <a href="native-messaging-host-manifest">native messaging host manifest</a>?
+ <a href="#native-messaging-host-manifest">native messaging host manifest</a>?
<li>
Does the file specified in <code>path</code> exist? On Windows, paths
may be relative, but on OS X and Linux, the paths must be absolute.
« 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