Skip to content

Commit 616e664

Browse files
Fix some broken links (#746)
1 parent 28b74cb commit 616e664

File tree

22 files changed

+32
-32
lines changed

22 files changed

+32
-32
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
DipDup is a Python framework for building smart contract indexers. It helps developers focus on business logic instead of writing a boilerplate to store and serve data. DipDup-based indexers are selective, which means only required data is requested. This approach allows to achieve faster indexing times and decreased load on underlying APIs.
1515

16-
* **Ready to build your first indexer?** Head to [Quickstart](https://docs.dipdup.io/quickstart).
16+
- **Ready to build your first indexer?** Head to [Quickstart](https://dipdup.io/docs/quickstart).
1717

18-
* **Looking for examples?** Check out [Demo Projects](https://docs.dipdup.io/examples/demo-projects) and [Built with DipDup](https://docs.dipdup.io/examples/built-with-dipdup) pages.
18+
- **Looking for examples?** Check out [Demo Projects](https://dipdup.io/docs/examples/demos) and [Built with DipDup](https://dipdup.io/docs/examples/built-with-dipdup) pages.
1919

20-
* **Want to participate?** Vote for [open issues](https://github.com/dipdup-io/dipdup/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc), join [discussions](https://github.com/dipdup-io/dipdup/discussions) or [become a sponsor](https://github.com/sponsors/dipdup-io).
20+
- **Want to participate?** Vote for [open issues](https://github.com/dipdup-io/dipdup/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc), join [discussions](https://github.com/dipdup-io/dipdup/discussions) or [become a sponsor](https://github.com/sponsors/dipdup-io).
2121

22-
* **Have a question?** Join our [Discord](https://discord.gg/NbANhqCJHA) or tag @dipdup_io on [Twitter](https://twitter.com/dipdup_io).
22+
- **Have a question?** Join our [Discord](https://discord.gg/NbANhqCJHA) or tag @dipdup_io on [Twitter](https://twitter.com/dipdup_io).
2323

2424
This project is maintained by the [Baking Bad](https://bakingbad.dev/) team.
2525
<br>
26-
Development is supported by [Tezos Foundation](https://tezos.foundation/).
26+
Development is supported by [Tezos Foundation](https://tezos.foundation/) and [OnlyDust](https://www.onlydust.xyz)
2727

2828
## Thanks
2929

docs/7.references/1.cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ title: CLI
4040
<dd><p>A path to .env file containing <cite>KEY=value</cite> strings.</p>
4141
</dd></dl>
4242

43-
<p>Documentation: <a class="reference external" href="https://docs.dipdup.io">https://docs.dipdup.io</a>
43+
<p>Documentation: <a class="reference external" href="https://dipdup.io/docs">https://dipdup.io/docs</a>
4444
GitHub: <a class="reference external" href="https://github.com/dipdup-io/dipdup">https://github.com/dipdup-io/dipdup</a>
4545
Discord: <a class="reference external" href="https://discord.gg/NbANhqCJHA">https://discord.gg/NbANhqCJHA</a></p>
4646
<section id="dipdup-config">

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies = [
7474

7575
[project.urls]
7676
Homepage = "https://dipdup.io/"
77-
Documentation = "https://docs.dipdup.io"
77+
Documentation = "https://dipdup.io/docs"
7878
Repository = "https://github.com/dipdup-io/dipdup"
7979

8080
[project.scripts]

src/demo_auction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

src/demo_big_maps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

src/demo_blank/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

src/demo_dao/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

src/demo_dex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

src/demo_domains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

src/demo_events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You need a Linux/macOS system with Python 3.11 installed. Use our installer for
1212
curl -Lsf https://dipdup.io/install.py | python3
1313
```
1414

15-
See the [Installation](https://docs.dipdup.io/installation) page for all options.
15+
See the [Installation](https://dipdup.io/docs/installation) page for all options.
1616

1717
## Usage
1818

0 commit comments

Comments
 (0)