ivy-lang / ivy-bitcoin

A high-level language and IDE for writing Bitcoin smart contracts.
MIT License
293 stars 38 forks source link

docs(language/readme): fix paths to linked docs #11

Closed conquista123 closed 5 years ago

conquista123 commented 6 years ago

Links in docs/language/readme were broken. They are now corrected.

danrobinson commented 6 years ago

Thanks for the PR! This is a bit tricky—those links are primarily designed to work on https://docs.ivy-lang.org, rather than on GitHub.com; making the change this way would break them on Gitbook. Can you please change these to be relative (i.e. just (BitcoinScript.md)) rather than absolute links, which should make them work for both? Then I'll be happy to accept the PR.