aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'README.md')
-rw-r--r--README.md25
1 files changed, 4 insertions, 21 deletions
diff --git a/README.md b/README.md
index 3d3decc19..e4f16bb8c 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,13 @@
# MetaMask Browser Extension
[![Build Status](https://circleci.com/gh/MetaMask/metamask-extension.svg?style=shield&circle-token=a1ddcf3cd38e29267f254c9c59d556d513e3a1fd)](https://circleci.com/gh/MetaMask/metamask-extension) [![Coverage Status](https://coveralls.io/repos/github/MetaMask/metamask-extension/badge.svg?branch=master)](https://coveralls.io/github/MetaMask/metamask-extension?branch=master) [![Stories in Ready](https://badge.waffle.io/MetaMask/metamask-extension.png?label=in%20progress&title=waffle.io)](https://waffle.io/MetaMask/metamask-extension)
-## Support
+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).
-If you're a user seeking support, [here is our 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.
-## Introduction
+To learn how to develop MetaMask-compatible applications, visit our [Developer Docs](https://metamask.github.io/metamask-docs/).
-[Mission Statement](./MISSION.md)
-
-[Documentation](https://metamask.github.io/metamask-docs/)
-
-[Internal Code Documentation](./docs#documentation)
-
-## Developing Compatible Dapps
-
-If you're a web dapp developer, we've got two types of guides for you:
-
-### New Dapp Developers
-
-- We recommend this [Learning Solidity](https://karl.tech/learning-solidity-part-1-deploy-a-contract/) tutorial series by Karl Floersch.
-- We wrote a (slightly outdated now) gentle introduction on [Developing Dapps with Truffle and MetaMask](https://medium.com/metamask/developing-ethereum-dapps-with-truffle-and-metamask-aa8ad7e363ba).
-
-### Current Dapp Developers
-
-- If you have a Dapp, and you want to ensure compatibility, [here is our guide on building MetaMask-compatible Dapps](https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md)
+To learn how to contribute to the MetaMask project itself, visit our [Internal Docs](https://github.com/MetaMask/metamask-extension/tree/develop/docs).
## Building locally