aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-12-13 08:18:18 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-12-13 08:18:18 +0800
commita6f61d1e2264bb7098bfb4324e448caed8514cb5 (patch)
tree6858a18991a63d06b3063a077a617af749c286c8 /docs/README.md
parent970bdebb863388b862c51ff46fb7b83875080746 (diff)
downloadtangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.tar
tangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.tar.gz
tangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.tar.bz2
tangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.tar.lz
tangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.tar.xz
tangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.tar.zst
tangerine-wallet-browser-a6f61d1e2264bb7098bfb4324e448caed8514cb5.zip
Make docs links consistent (#5920)
* Make docs links consistent So our various docs pages inter-link consistently per https://github.com/MetaMask/metamask-docs/issues/1 * Add docs links to internal docs page
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 0739cfa46..fd26b0c20 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,14 @@
# Documentation
+These docs relate to how to contribute to the MetaMask project itself.
+
+You can find the latest version of MetaMask on [our official website](https://metamask.io/).
+
+For help using MetaMask, visit our [User Support Site](https://metamask.zendesk.com/hc/en-us).
+
+For up to the minute news, follow our [Twitter](https://twitter.com/metamask_io) or [Medium](https://medium.com/metamask) pages.
+
+To learn how to develop MetaMask-compatible applications, visit our [Developer Docs](https://metamask.github.io/metamask-docs/).
- [How to add custom build to Chrome](./add-to-chrome.md)
- [How to add custom build to Firefox](./add-to-firefox.md)
@@ -10,4 +19,4 @@
- [How to add new networks to the Provider Menu](./adding-new-networks.md)
- [How to manage notices that appear when the app starts up](./notices.md)
- [How to port MetaMask to a new platform](./porting_to_new_environment.md)
-- [How to generate a visualization of this repository's development](./development-visualization.md) \ No newline at end of file
+- [How to generate a visualization of this repository's development](./development-visualization.md)