Make repository URLs relative links authored by S0AndS0's avatar S0AndS0
This should allow either clear-net or Tor clients to navigate without
_bouncing_ between hostnames/protocols Check [StackOverflow] for details
on relative links to source files from wiki pages.

**TLDR**

```markdown
- [[<Link Text>|/../blob/<ref>/<path/to/file>]]
```

[StackOverflow]:
  https://stackoverflow.com/a/53650357
  "Answer by doak which shows special link syntax"
......@@ -8,7 +8,7 @@ As of this writing (17 March), Arti is a usable SOCKS proxy over the Tor network
More information will follow here, but for now, here are some links to more information:
* [The README file. Read this first.](http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/tpo/core/arti/-/blob/main/README.md)
* [Instructions on contribution to arti development](http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/tpo/core/arti/-/blob/main/CONTRIBUTING)
* [The source repository where we're doing our development.](http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/tpo/core/arti/)
* [[The README file. Read this first.|/../blob/main/README.md]]
* [[Instructions on contribution to arti development|/../blob/main/CONTRIBUTING.md]]
* [[The source repository where we're doing our development.|/../blob/main/]]
* [Timeline for adoption of Arti and deprecation of tor C](Adoption-of-Arti-and-Deprecation-of-Tor-C)