TBR: browser: update 'docs' references to point to vanadium.github.io
MultiPart: 15/27
Change-Id: If8dfd62dc92eb376d91f7d0378ea5be46ca6c7d1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 69f169c..de03ce0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,8 +13,8 @@
## Contributing code
Please read the [contribution
-guidelines](https://github.com/vanadium/docs/blob/master/contributing/README.md)
-before sending patches.
+guidelines](https://vanadium.github.io/community/contributing.html) before
+sending patches.
**We do not accept GitHub pull requests.** (We use
[Gerrit](https://www.gerritcodereview.com/) instead for code reviews.)
diff --git a/src/components/help/content/faq.md b/src/components/help/content/faq.md
index 1c163fa..0c39e80 100644
--- a/src/components/help/content/faq.md
+++ b/src/components/help/content/faq.md
@@ -7,4 +7,4 @@
## How can I contribute to the namespace browser?
Read the contributing instructions here:
-https://github.com/vanadium/docs/blob/master/contributing/coding-guidelines.md
+https://vanadium.github.io/community/contributing.html
diff --git a/src/components/help/content/main.md b/src/components/help/content/main.md
index 3857951..41d3774 100644
--- a/src/components/help/content/main.md
+++ b/src/components/help/content/main.md
@@ -7,7 +7,7 @@
Vanadium names identify objects in a namespace (similar to how URLs identify
objects on the web). In Vanadium, the objects are all *services* on *servers*.
See [the Naming concepts
-document](https://github.com/vanadium/docs/blob/master/concepts/naming.md) for
+document](https://vanadium.github.io/concepts/naming.html) for
more information.
Names in Vanadium are a sequence of simple name components –
diff --git a/src/components/help/content/methods.md b/src/components/help/content/methods.md
index 4a6e1a8..593bfbd 100644
--- a/src/components/help/content/methods.md
+++ b/src/components/help/content/methods.md
@@ -39,7 +39,7 @@
"Permissions" shows all permissions set on this mount point.
Recall that an item can have permissions set on both the name,
and what the name points to.
-See [the Security concepts document](https://github.com/vanadium/docs/blob/master/concepts/security.md)
+See [the Security concepts document](https://vanadium.github.io/concepts/security.html)
for information about permissions.
Service tab