File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ draft: false
66
77## Useful Links
88
9- - [ Freenet User Manual] ( https://docs. freenet.org/ )
9+ - [ Freenet User Manual] ( https://freenet.org/resources/manual / )
1010- [ freenet-ping] ( https://github.com/freenet/freenet-core/tree/main/apps/freenet-ping ) - an example
1111 that demonstrates how to build a simple Freenet app
1212- [ River] ( https://github.com/freenet/river ) - decentralized group chat app built on Freenet (in
Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ scalability. Keys in this key-value store are
4040- How can the value be efficiently synchronized between peers in the network
4141
4242These webassembly keys are also known as
43- [ contracts] ( https://docs. freenet.org/components/contracts.html ) , and the values are also known as
43+ [ contracts] ( https://freenet.org/resources/manual/ components/contracts/ ) , and the values are also known as
4444the contract's ** state** .
4545
4646Like the web, most people will interact with Freenet through their web browser. Freenet provides a
47- local [ HTTP proxy] ( https://docs. freenet.org/components/ui.html ) that allows data such as a
47+ local [ HTTP proxy] ( https://freenet.org/resources/manual/ components/ui/ ) that allows data such as a
4848[ single-page application] ( https://en.wikipedia.org/wiki/Single-page_application ) to be downloaded to
4949a web browser. This application can then connect to the Freenet peer through a
5050[ websocket] ( https://en.wikipedia.org/wiki/WebSocket ) connection and through this interact with the
5151Freenet network, including creating, reading, and modifying contracts and their state.
5252
5353For a much more detailed explanation please see our
54- [ user manual] ( https://docs. freenet.org/introduction.html ) .
54+ [ user manual] ( https://freenet.org/resources/manual/ introduction/ ) .
5555
5656# What is the project's history? {#what-is-the-projects-history}
5757
You can’t perform that action at this time.
0 commit comments