Browse Source

fix markdown links

Jordan Sexton 4 years ago
parent
commit
a630fdb746
2 changed files with 2 additions and 2 deletions
  1. 1 1
      FAQ.md
  2. 1 1
      README.md

+ 1 - 1
FAQ.md

@@ -39,7 +39,7 @@ If you're using something else, you may have to configure your build tool to tra
 
 ### `Failed to compile. [...] Module not found: Can't resolve [...]`
 
-This can happen if you're cloning the project and [building it from the source](./README.md#build-from-source) and you missed a step.
+This can happen if you're cloning the project and [building it from the source](https://github.com/solana-labs/wallet-adapter/blob/master/README.md#build-from-source) and you missed a step.
 
 If this doesn't fix the problem, please [open an issue](https://github.com/solana-labs/wallet-adapter/issues/new).
 

+ 1 - 1
README.md

@@ -8,7 +8,7 @@ Modular TypeScript wallet adapters and components for Solana applications.
 
 - [TypeScript Docs](https://solana-labs.github.io/wallet-adapter/)
 - [UI Examples](https://solana-labs.github.io/wallet-adapter/example/)
-- [FAQ (Frequently Asked Questions)](./FAQ.md)
+- [FAQ (Frequently Asked Questions)](https://github.com/solana-labs/wallet-adapter/blob/master/FAQ.md)
 - [Quick Setup (using React UI)](#quick-setup-using-react-ui)
     + [Install](#install)
     + [Setup](#setup)