Skip to content

Commit 242ee45

Browse files
committed
remove references to old user manual
1 parent 6a51703 commit 242ee45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hugo-site/content/dev/apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

hugo-site/content/faq/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4242
These 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
4444
the contract's **state**.
4545

4646
Like 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
4949
a 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
5151
Freenet network, including creating, reading, and modifying contracts and their state.
5252

5353
For 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

0 commit comments

Comments
 (0)