titaniumnetwork-dev / Oxide-Docs

The official SDK documentation site for TitaniumNetwork. Here we provide advanced web proxy services through the progression of web proxy technologies. This composes from advanced URL rewriting proxies, protocols and more.
https://docs.titaniumnetwork.org
GNU Affero General Public License v3.0
17 stars 65 forks source link

Fix 404 Error in docs #18

Closed justindhillon closed 9 months ago

justindhillon commented 1 year ago

In the "ultraviolet.mdx" file there is a "learn more about TompHTTP here" link. The link leads to a 404 error. The link is "../tomphttp", which goes to https://docs.titaniumnetwork.org/proxies/tomphttp which does not exist. The link is supposed to be "../../tomphttp", which leads to https://docs.titaniumnetwork.org/tomphttp which does exist. I fixed the issue and now the link leads to the correct file location.

Rein1n commented 9 months ago

The page was rewritten to not include this hyperlink at all, I can update it to include a link to the TompHTTP guide.