Skip to content

Commit 2aac387

Browse files
Merge pull request #288 from JeremyParish69/fix-more-broken-links
Add Codespell Ignorewords to Fix Spellcheck
2 parents 4448914 + fad4351 commit 2aac387

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: pip install codespell
2626

2727
- name: Run codespell
28-
run: codespell --skip="yarn.lock,package-lock.json,node_modules,build"
28+
run: codespell --skip="yarn.lock,package-lock.json,node_modules,build" --ignore-words=".codespellignore"

docs/frontend/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following are libraries and utilities to start developing with Osmosis.
7676
<Card
7777
title="Cosmos Kit"
7878
description="A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem."
79-
to="/cosmos-kit"
79+
to="/frontend/cosmos-kit"
8080
icon=""
8181
svgFile="/icons/bag.svg"
8282
/>

docs/osmosis-outpost/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ provides a set of **components** and **templates** to allow any enabled chain
1818
to realize its own *frontend outpost*.
1919

2020
If you want to create your own outpost platform, please follow the instruction
21-
available at the [Introduction page](./user-interface-setup/introduction).
21+
available at the [Introduction page](/osmosis-outpost/user-interface-setup/introduction).
2222

2323
### 📡 Stay tuned
2424

2525
If you have integrated the platform, please let us know so we can share the news
2626
with our community! Moreover, to stay updated with any changes or new features,
27-
please follow us. You can find how to reach us [here](../../contact).
27+
please follow us. You can find how to reach us [here](/osmosis-outpost/contact).
2828

2929
### 📖 User guide
3030
We realized a set of **tutorial** to follow your users step by step on *how to*
3131
*perform a swap* and *how to troubleshoot some common issues*. You can find it
32-
[here](../user-guide/how-to-do-a-swap).
32+
[here](/osmosis-outpost/user-guide/how-to-do-a-swap).
3333

3434
### 📞 Support
3535
Once you have integrated the widget, or created your new platform application,
@@ -38,4 +38,4 @@ troubleshoot issues that users may encounter while using the widget or the app.
3838

3939
If you, or your users, discover any **issues or errors** while using the
4040
platform, please *reach us* through the channels available
41-
[here](../../contact).
41+
[here](/osmosis-outpost/contact).

docs/osmosis-outpost/user-interface-setup/frontend-platform-interface/customization-guide/design-customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ design version of the platform by simply editing the colours, label and logo.
1616

1717
The result of a such a process, will give you a design showing what you will get
1818
if you follow the instructions on the
19-
[customization guide](./customization/customizations) creating a code
19+
[customization guide](./customization/code-customization.md) creating a code
2020
implementation associated to the colours code you set on the Figma file.
2121

2222
To better understand how the color are linked to the elements in the platform,
23-
please give a look at the [Theme Customization](./theme-customization) page.
23+
please give a look at the [Theme Customization](./theme-customization.md) page.
2424

2525
### 1. Duplicate the Figma file
2626
Click on the
@@ -117,4 +117,4 @@ Please, access this page in dark mode to have a better experience.
117117
And... you are done! Now to enjoy the results of your efforts, you can reach
118118
the "Frontend Platform Interface" page and see the mockup you realized!!
119119

120-
![Enjoy the result image](/img/user-interface-setup/frontend-platform-interface/design-customization/12.jpg "enjoy the result")
120+
![Enjoy the result image](/img/user-interface-setup/frontend-platform-interface/design-customization/12.jpg "enjoy the result")

docs/overview/endpoints/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This section serves the purpose of different endpoints for different projects on
2424

2525
These following API's are recommended for development purposes. For maximum control and reliability it's recommended to run your own node. This can be easility accomplsihed by using the get.osmosis.zone installer.
2626

27-
- gRPC endpoint: [grpc.osmosis.zone:9090](grpc.osmosis.zone:9090)
27+
- gRPC endpoint: [grpc.osmosis.zone:9090](https://grpc.osmosis.zone:9090)
2828
- gRPC-gateway: [https://rpc.osmosis.zone:443](https://rpc.osmosis.zone:443)
2929
- lcd-endpoint: [https://lcd.osmosis.zone](https://lcd.osmosis.zone)
3030

@@ -34,12 +34,12 @@ Swagger for RPC and LCD:
3434

3535
Please visit [API Playground](/api) for more docs and to try interacting with these endpoints.
3636

37-
For more information how to integrate with each endpoints, please refer to the [integrate section](../integrate)
37+
For more information how to integrate with each endpoints, please refer to the [Integrate section](../overview/integrate).
3838

3939
## Historical Data / Indexed Data
4040

4141
Osmosis keeps indexed chain data in a separate endpoint:
42-
- [api.osmosis.zone](api.osmosis.zone)
42+
- [api.osmosis.zone](https://api.osmosis.zone)
4343

4444
This endpoint provides processed data such as:
4545
- [historical token price chart](https://api-osmosis.imperator.co/swagger/#/tokens/token_price_historical_chart_v2)

docs/overview/integrate/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 9
66

77
## Using the CLI
88

9-
Once osmosisd is [installed](../osmosis-core/osmosisd) and configured with the correct network, you can now send commands with it. In a new terminal window, start by running the following query command:
9+
Once osmosisd is [installed](../../osmosis-core/osmosisd) and configured with the correct network, you can now send commands with it. In a new terminal window, start by running the following query command:
1010

1111
### Node status
1212
```bash
@@ -77,7 +77,7 @@ Output:
7777
"grpc-concurrency": false
7878
}
7979
```
80-
In this example when we install osmosisd as a client with the [installer](../osmosis-core/osmosisd), it connects to the `http://osmosis.artifact-staking.io:26657`.
80+
In this example when we install osmosisd as a client with the [installer](../../osmosis-core/osmosisd), it connects to the `http://osmosis.artifact-staking.io:26657`.
8181

8282
### Change node
8383

docs/overview/integrate/grpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are running your own node. It's also possible to enable them by editing
1717
## Grpc endpoints
1818
An overview of all available gRPC endpoints shipped with Osmosis is available in the [Osmosis Protobuf documentation](https://buf.build/osmosis-labs/osmosis). There is also a Cosmos SDK is [Protobuf documentation](https://buf.build/cosmos/cosmos-sdk).
1919

20-
You can send requests to the gRPC server using a gRPC client such as [grpcurl](#grpcurl) or from [Buf Studio](./interact-grpc-buf-studio).
20+
You can send requests to the gRPC server using a gRPC client such as [grpcurl](#grpcurl) or from [Buf Studio](#buf-studio).
2121

2222
Since the code generation library largely depends on your own tech stack, we will only present three alternatives:
2323

@@ -51,7 +51,7 @@ We have a Buf agent running at https://buf.osmosis.zone which will allow you to
5151

5252
[grpcurl](https://github.com/fullstorydev/grpcurl) is like `curl` but for gRPC. It is also available as a Go library, but we will use it only as a CLI command for debugging and testing purposes. Follow the instructions in the previous link to install it.
5353

54-
Assuming you already installed osmosisd with the [installer](../osmosis-core/osmosisd), you should be able to run the following command to list the Protobuf services available (you can replace `grpc.osmosis.zone:9000` by the gRPC server endpoint of another node such as the testnet, another provider or your own node.
54+
Assuming you already installed osmosisd with the [installer](../../osmosis-core/osmosisd), you should be able to run the following command to list the Protobuf services available (you can replace `grpc.osmosis.zone:9000` by the gRPC server endpoint of another node such as the testnet, another provider or your own node.
5555

5656
Listing all the methods from the mainnet
5757

@@ -230,4 +230,4 @@ func queryState() error {
230230

231231
return nil
232232
}
233-
```
233+
```

docs/overview/validate/joining-mainnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl -sL https://get.osmosis.zone/install > i.py && python3 i.py
1919

2020
## Or Install Osmosis Binary manually
2121

22-
Make sure you have [installed the Osmosis Binary CLI](../osmosis-core/osmosisd#minimum-requirements) prior to following the below instructions.
22+
Make sure you have [installed the Osmosis Binary CLI](../../osmosis-core/osmosisd#minimum-requirements) prior to following the below instructions.
2323

2424

2525
## Initialize Osmosis Node
@@ -276,4 +276,4 @@ git pull
276276
git checkout v10.0.0
277277
make build
278278
cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v9/bin
279-
```
279+
```

docs/overview/validate/joining-testnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ curl -sL https://get.osmosis.zone/install > i.py && python3 i.py
1717

1818
## Osmosis CLI
1919

20-
Make sure you have [installed the Osmosis Binary (CLI)](../osmosis-core/osmosisd) prior to following the below instructions.
20+
Make sure you have [installed the Osmosis Binary (CLI)](../../osmosis-core/osmosisd) prior to following the below instructions.
2121

22-
You may also [use the Osmosis installer](../osmosis-core/osmosisd) if you want everything to be done automatically.
22+
You may also [use the Osmosis installer](../../osmosis-core/osmosisd) if you want everything to be done automatically.
2323

2424
## Faucet
2525
In order to get testnet tokens use [https://faucet.osmosis.zone/](https://faucet.osmosis.zone/)

0 commit comments

Comments
 (0)