Skip to content

Commit b45b117

Browse files
authored
Added a space between URL and page (#6135)
There was a missing space between "Manage your license" and page, so this is simply adding that space
1 parent 27a276a commit b45b117

File tree

1 file changed

+2
-2
lines changed
  • content/shared/influxdb3-get-started

1 file changed

+2
-2
lines changed

content/shared/influxdb3-get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ InfluxDB 3 Enterprise licenses authorize the use of the InfluxDB 3 Enterprise so
383383
- **At-Home**: For at-home hobbyist use with limited access to InfluxDB 3 Enterprise capabilities.
384384
- **Commercial**: Commercial license with full access to InfluxDB 3 Enterprise capabilities.
385385

386-
You can learn more on managing your InfluxDB 3 Enterprise license on the [Manage your license](https://docs.influxdata.com/influxdb3/enterprise/admin/license/)page.
386+
You can learn more on managing your InfluxDB 3 Enterprise license on the [Manage your license](https://docs.influxdata.com/influxdb3/enterprise/admin/license/) page.
387387
{{% /show-in %}}
388388

389389
### Authentication and authorization
@@ -1710,4 +1710,4 @@ Replace the following placeholders with your values:
17101710
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the database to create the file index in
17111711
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}: the name of the table to create the file index in
17121712
- {{% code-placeholder-key %}}`COLUMNS`{{% /code-placeholder-key %}}: a comma-separated list of columns to index on, for example, `host,application`
1713-
{{% /show-in %}}
1713+
{{% /show-in %}}

0 commit comments

Comments
 (0)