Skip to content

Commit 7df48da

Browse files
committed
fix(influxdb3): links
1 parent eb90b04 commit 7df48da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/shared/influxdb3-admin/tokens/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ curl "http://localhost:8181/write?db=DATABASE_NAME&u=admin&p=YOUR_AUTH_TOKEN" \
9595
Replace the following with your values:
9696

9797
- {{% code-placeholder-key %}}`YOUR_AUTH_TOKEN`{{% /code-placeholder-key %}}: your {{% token-link %}}
98-
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the [database](/influxdb3/version/databases) you want to query
98+
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the [database](/influxdb3/version/admin/databases) you want to query
9999

100100
To use tokens with other clients for {{< product-name >}},
101101
see the client-specific documentation:

content/shared/influxdb3-get-started/processing-engine.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ influxdb3 enable trigger \
260260
## Next steps
261261

262262
If you've completed this Get Started guide for {{% product-name %}},
263-
learn more about options and tools for:
263+
learn more about tools and options for:
264264

265-
- [Writing data](/influxdb3/version/write-data/)
266-
- [Querying data](/influxdb3/version/query-data/)
267-
- [Processing data](/influxdb3/version/process-data/)
268-
- [Visualizing data](/influxdb3/version/visualize-data/)
265+
- [writing data](/influxdb3/version/write-data/)
266+
- [querying data](/influxdb3/version/query-data/)
267+
- [the processing engine and plugins](/influxdb3/version/plugins/)
268+
- [visualizing data](/influxdb3/version/visualize-data/)

0 commit comments

Comments
 (0)