summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/docs/bookmarks.html8
-rw-r--r--chrome/common/extensions/docs/static/bookmarks.html8
2 files changed, 8 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html
index e5c64e6..e129afd 100644
--- a/chrome/common/extensions/docs/bookmarks.html
+++ b/chrome/common/extensions/docs/bookmarks.html
@@ -363,12 +363,12 @@ this code doesn't bother to define a callback function.
'url': 'http://code.google.com/chrome/extensions'});
</pre>
-<!--
<p>
-For a full example of using bookmarks, see the
-<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/">bookmarks sample</a>.
+For an example of using bookmarks, see the
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>.
+For other examples and for help in viewing the source code, see
+<a href="samples.html">Samples</a>.
</p>
--->
<!-- END AUTHORED CONTENT -->
</div>
diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html
index cd565dc..1182a8c 100644
--- a/chrome/common/extensions/docs/static/bookmarks.html
+++ b/chrome/common/extensions/docs/static/bookmarks.html
@@ -79,11 +79,11 @@ chrome.bookmarks.create({'parentId': extensionsFolderId,
'url': 'http://code.google.com/chrome/extensions'});
</pre>
-<!--
<p>
-For a full example of using bookmarks, see the
-<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/">bookmarks sample</a>.
+For an example of using bookmarks, see the
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>.
+For other examples and for help in viewing the source code, see
+<a href="samples.html">Samples</a>.
</p>
--->
<!-- END AUTHORED CONTENT -->