ssbc / docs

Documentation repo
https://ssbc.github.io/docs
61 stars 15 forks source link

Add redirects for three articles #30

Closed clehner closed 2 years ago

clehner commented 2 years ago

https://ssbc.github.io/docs/articles/design-challenge-avoid-centralization-and-singletons.htmlhttps://handbook.scuttlebutt.nz/stories/design-challenge-avoid-centralization-and-singletons https://ssbc.github.io/docs/articles/design-challenge-sybil-attack.htmlhttps://handbook.scuttlebutt.nz/stories/design-challenge-sybil-attacks https://ssbc.github.io/docs/articles/using-trust-in-open-networks.htmlhttps://handbook.scuttlebutt.nz/stories/using-trust-in-open-networks

Links were removed in https://github.com/ssbc/ssbc-sitegen/pull/9 and source files were removed in https://github.com/ssbc/docs/pull/25. But links still exist on some pages not yet rebuilt with ssbc-sitegen, e.g. https://ssbc.github.io/muxrpcli/ - and continue to exist in historical/immutable messages, e.g. %UxZRLa7nLTT0PSePZRyBbun+tG5+D7dNoMsdehA86UY=.sha256. This PR adds redirect pages (using ssbc-sitegen @ e9051a6e83ed57bde001859db4a1794b33b15655) to maintain the old URLs.

Archive links showing the previously-existing pages: https://web.archive.org/web/20190426130608/https://ssbc.github.io/docs/articles/design-challenge-sybil-attack.html https://web.archive.org/web/20160529105631/https://ssbc.github.io/docs/articles/using-trust-in-open-networks.html https://web.archive.org/web/20181126101442/https://ssbc.github.io/docs/articles/design-challenge-avoid-centralization-and-singletons.html

arj03 commented 2 years ago

Thanks!