Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update links to Codius Wiki #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/contributing/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Some common nuances of Codius and its related software are too minor to warrant

* [General GitHub documentation](https://help.github.com)
* [GitHub pull request documentation](https://help.github.com/send-pull-requests)
* [Codius Wiki](https://github.com/codius/codiusd/wiki)
* [Codius Wiki](https://github.com/codius/codius-wiki/wiki)
2 changes: 1 addition & 1 deletion src/pages/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<h2>Smart Contracts</h2>
<p>When two people transact, they could write the terms of their transactions into code, but neither of them might trust the other to run it.</p>
<p>Codius allows a third party to run it and attest to the integrity of the exact code it received.</p>
<p><a class="btn btn-default" href="/docs/overview/for-contracts" role="button">Learn More &raquo;</a> <a class="btn btn-primary" href="https://github.com/codius/codius/wiki/Smart-Oracles:-A-Simple,-Powerful-Approach-to-Smart-Contracts" role="button">Read the white paper &raquo;</a></p>
<p><a class="btn btn-default" href="/docs/overview/for-contracts" role="button">Learn More &raquo;</a> <a class="btn btn-primary" href="https://github.com/codius/codius-wiki/wiki/White-Paper" role="button">Read the white paper &raquo;</a></p>
</div>
</div>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/doc.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<li><a href="/docs/overview/for-hosting">For hosting</a></li>
<li><a href="/docs/overview/for-dapps">For decentralized apps</a></li>
<li><a href="/docs/overview/for-contracts">For contracts</a></li>
<li><a href="https://github.com/codius/codiusd/wiki/">Codius Wiki</a></li>
<li><a href="https://github.com/codius/codius-wiki/wiki">Codius Wiki</a></li>
</ul>
</li>
<li><h4>Using Codius</h4>
Expand Down