Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Aug 22, 2023
1 parent a3999b8 commit 2329c1d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ function getSidebar(locale: string): SidebarOptions {
],
},
`${locale}/subquery_network/indexers/plans.md`,
`${locale}/subquery_network/indexers/faqs-indexers.md`,
`${locale}/subquery_network/indexers/faq.md`,
],
},
`${locale}/subquery_network/architects/introduction.md`,
Expand Down
2 changes: 1 addition & 1 deletion docs/build/graph-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ There is no difference when querying [historical data](../run_publish/historical

### Metadata

Subquery does not support historical metadata querying. However `deployments` will still show the deployments with their heights and other key metrics
SubQuery does not support historical metadata querying. However `deployments` will still show the deployments with their heights and other key metrics

::: code-tabs

Expand Down
2 changes: 1 addition & 1 deletion docs/run_publish/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ subql-node -f . --network-endpoint="wss://polkadot.api.onfinality.io/public-ws"
Note that this must also be set in the manifest file, otherwise you'll get:

```shell
ERROR Create Subquery project from given path failed! Error: failed to parse project.yaml.
ERROR Create SubQuery project from given path failed! Error: failed to parse project.yaml.
An instance of ProjectManifestImpl has failed the validation:
- property network has failed the following constraints: isObject
- property network.network has failed the following constraints: nestedValidation
Expand Down
6 changes: 3 additions & 3 deletions docs/subquery_network/indexers/index-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ The following projects are available for indexing on the Kepler network. Some pr

| Network | Project Name | Deployment ID | Database Size | Dictionary Endpoint | Has Restore File |
| --------- | ----------------------- | ------------------------------------------------ | ------------- | ------------------------------------------------------------------------------ | ------------------------------ |
| Polygon | Kepler Network Project | `QmUVXKjcsYkS6WfJQfeD7juDbnMWCuo5qKgRRo893LajE2` | - | [Subquery URL](https://gx.api.subquery.network/sq/subquery/polygon-dictionary) | No |
| Polygon | Kepler Airdrop Project | `QmUwTD5dqQRRFcMCihJ4HHnMPfEvRpKpcFvGcTJjBpGg9T` | - | [Subquery URL](https://gx.api.subquery.network/sq/subquery/polygon-dictionary) | No |
| Polygon | Kepler Exchange Project | `QmV6sbiPyTDUjcQNJs2eGcAQp2SMXL2BU6qdv5aKrRr7Hg` | - | [Subquery URL](https://gx.api.subquery.network/sq/subquery/polygon-dictionary) | No |
| Polygon | Kepler Network Project | `QmUVXKjcsYkS6WfJQfeD7juDbnMWCuo5qKgRRo893LajE2` | - | [SubQuery URL](https://gx.api.subquery.network/sq/subquery/polygon-dictionary) | No |
| Polygon | Kepler Airdrop Project | `QmUwTD5dqQRRFcMCihJ4HHnMPfEvRpKpcFvGcTJjBpGg9T` | - | [SubQuery URL](https://gx.api.subquery.network/sq/subquery/polygon-dictionary) | No |
| Polygon | Kepler Exchange Project | `QmV6sbiPyTDUjcQNJs2eGcAQp2SMXL2BU6qdv5aKrRr7Hg` | - | [SubQuery URL](https://gx.api.subquery.network/sq/subquery/polygon-dictionary) | No |
| Polkadot | Polkadot Dictionary | `QmZGAZQ7e1oZgfuK4V29Fa5gveYK3G2zEwvUzTZKNvSBsm` | ~220GB | N/A | [Yes](./dictionary-restore.md) |
| Kusama | Kusama Dictionary | `QmXwfCF8858YY924VHgNLsxRQfBLosVbB31mygRLhgJbWn` | ~260GB | N/A | [Yes](./dictionary-restore.md) |
| Moonbeam | Moonbeam Dictionary | `QmeeqBHdVu7iYnhVE9ZiYEKTWe4jXVUD5pVoGXT6LbCP2t` | ~123GB | N/A | [Yes](./dictionary-restore.md) |
Expand Down
2 changes: 1 addition & 1 deletion docs/subquery_network/indexers/install-indexer-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Create `/etc/systemd/system/subquery.service`.

```
[Unit]
Description="Subquery systemd service"
Description="SubQuery systemd service"
After=network.target
StartLimitIntervalSec=0
Expand Down
2 changes: 1 addition & 1 deletion docs/subquery_network/indexers/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Indexers can either invest in their own infrastructure hardware or rent infrastr

Here are some of the maintenance and/or operational requirements Indexers should expect:

- Always upgrade to the latest Subquery software version.
- Always upgrade to the latest SubQuery software version.
- Identify and take advantage of new indexing opportunities.
- Update project version to latest and reindex where necessary.
- Infrastructure maintenance:
Expand Down
2 changes: 1 addition & 1 deletion docs/subquery_network/indexers/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Indexers need to be aware of their operation cost and expected incomes to unders

### Advertisements

Indexers need to advertise themselves to Delegators as well as Consumers. Indexers may do this from their own website, in the Subquery forums or any other places deemed necessary. Some examples of the information to provide are:
Indexers need to advertise themselves to Delegators as well as Consumers. Indexers may do this from their own website, in the SubQuery forums or any other places deemed necessary. Some examples of the information to provide are:

- The background and experience of the Indexer or Indexer’s team.
- The hardware approach and why it provides superior performance.
Expand Down

0 comments on commit 2329c1d

Please sign in to comment.