Skip to content

Commit dfc2bbc

Browse files
authored
Update links to point to legacy website (#645)
1 parent ea542c8 commit dfc2bbc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
Releases
3333
</a>
3434
<span> | </span>
35-
<a href="https://p2panda.org/about/contribute">
35+
<a href="https://aquadoggo.p2panda.org/about/contribute/">
3636
Contribute
3737
</a>
3838
<span> | </span>
39-
<a href="https://p2panda.org">
39+
<a href="https://aquadoggo.p2panda.org">
4040
Website
4141
</a>
4242
</h3>
4343
</div>
4444

4545
<br/>
4646

47-
`aquadoggo` is a reference node implementation for [p2panda](https://p2panda.org). It is a intended as a tool for making the design and build of local-first, collaborative p2p applications as simple as possible, and hopefully even a little fun!
47+
`aquadoggo` is a reference node implementation for [p2panda](https://aquadoggo.p2panda.org). It is a intended as a tool for making the design and build of local-first, collaborative p2p applications as simple as possible, and hopefully even a little fun!
4848

4949
`aquadoggo` can run both on your own device for local-first applications, or on a public server when acting as shared community infrastructure. Nodes like `aquadoggo` perform a number of tasks ranging from core p2panda data replication and validation, aiding the discovery and establishment of connections between edge peers, and exposing a developer friendly API used for building applications.
5050

@@ -313,19 +313,19 @@ Fetch all "events" with ordering and filtering as well as selecting some meta fi
313313

314314
## Resources
315315

316-
- 🐬 Deploy your own `aquadoggo` following the [tutorial](https://p2panda.org/tutorials/aquadoggo)
316+
- 🐬 Deploy your own `aquadoggo` following the [tutorial](https://aquadoggo.p2panda.org/tutorials/aquadoggo/)
317317
- 🛠️ Create your own schemas using [`fishy`](https://github.com/p2panda/fishy)
318318
- 🛼 Open the GraphQL playground in your browser, served under `http://localhost:2020/graphql`
319-
- 📖 Try the [mushroom app tutorial](https://p2panda.org/tutorials/mushroom-app)
319+
- 📖 Try the [mushroom app tutorial](https://aquadoggo.p2panda.org/tutorials/mushroom-app/)
320320
- 🔬 Manually publish data to a node [`send-to-node`](https://github.com/p2panda/send-to-node)
321-
- 🐼 [Learn more](https://p2panda.org) about how p2panda works
321+
- 🐼 [Learn more](https://aquadoggo.p2panda.org) about how p2panda works
322322

323323
## What shouldn't I do with `aquadoggo`?
324324

325-
`aquadoggo` is built using the [p2panda](https://p2panda.org) protocol which is in development and some planned features are still missing, the main ones being:
325+
`aquadoggo` is built using the [p2panda](https://aquadoggo.p2panda.org) protocol which is in development and some planned features are still missing, the main ones being:
326326

327327
- **Capabilities:** Currently all data can be edited by any author who has access to the network. In many cases, permissions can be handled where needed on the client side (planned mid-2024).
328-
- **Privacy:** While node communication is encrypted with TLS the data stored on nodes itself is not. Integration of [MLS](https://p2panda.org/specifications/aquadoggo/encryption/) is underway but not complete yet.
328+
- **Privacy:** While node communication is encrypted with TLS the data stored on nodes itself is not. Integration of [MLS](https://aquadoggo.p2panda.org/specifications/aquadoggo/encryption/) is underway but not complete yet.
329329
- **Deletion:** Network-wide purging of data is dependent on having a capabilities system already in place, so these two features will arrive together.
330330
- **Anonymity:** Networking exposes sensitive data, we're waiting for [Arti](https://tpo.pages.torproject.net/core/arti/) supporting Onion Services to make this a configurable option.
331331

aquadoggo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
Releases
3232
</a>
3333
<span> | </span>
34-
<a href="https://github.com/p2panda/handbook#how-to-contribute">
34+
<a href="https://aquadoggo.p2panda.org/about/contribute/">
3535
Contributing
3636
</a>
3737
<span> | </span>
38-
<a href="https://p2panda.org">
38+
<a href="https://aquadoggo.p2panda.org/">
3939
Website
4040
</a>
4141
</h3>
4242
</div>
4343

4444
<br/>
4545

46-
`aquadoggo` is a reference node implementation for [p2panda](https://p2panda.org). It is a intended as a tool for making the design and build of local-first, collaborative p2p applications as simple as possible, and hopefully even a little fun!
46+
`aquadoggo` is a reference node implementation for [p2panda](https://aquadoggo.p2panda.org/). It is a intended as a tool for making the design and build of local-first, collaborative p2p applications as simple as possible, and hopefully even a little fun!
4747

4848
`aquadoggo` can run both on your own device for local-first applications, or on a public server when acting as shared community infrastructure. Nodes like `aquadoggo` perform a number of tasks ranging from core p2panda data replication and validation, aiding the discovery and establishment of connections between edge peers, and exposing a developer friendly API used for building applications.
4949

50-
> 📖 Read more about nodes in our [learn](https://p2panda.org/learn/networks) section<br>
50+
> 📖 Read more about nodes in our [learn](https://aquadoggo.p2panda.org/learn/networks) section<br>
5151
> 🐬 Visit the main repo [README](https://github.com/p2panda/aquadoggo) for more general info
5252
5353
## Features

aquadoggo_cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
Releases
1313
</a>
1414
<span> | </span>
15-
<a href="https://p2panda.org/about/contribute">
15+
<a href="https://aquadoggo.p2panda.org/about/contribute">
1616
Contribute
1717
</a>
1818
<span> | </span>
19-
<a href="https://p2panda.org">
19+
<a href="https://aquadoggo.p2panda.org/">
2020
Website
2121
</a>
2222
</h3>
@@ -384,4 +384,4 @@ research and innovation programme within the framework of the NGI-POINTER
384384
Project funded under grant agreement No 871528 and NGI-ASSURE No 957073*
385385

386386
[`config.toml`]: config.toml
387-
[`p2panda`]: https://p2panda.org
387+
[`p2panda`]: https://aquadoggo.p2panda.org/

0 commit comments

Comments
 (0)