Fixes broken docs links (#9327)

* a few more dead links

* one last link set

* fixed bad link
This commit is contained in:
Jay Cammarano
2021-11-01 17:37:50 -04:00
committed by GitHub
parent fcd3b1e345
commit 6be0ab2c25
6 changed files with 11 additions and 11 deletions

View File

@@ -120,7 +120,7 @@ options are available:
## Filtering Items
**[Learn more about Filtering](/guides/items/#filtering-items).**
**[Learn more about Filtering](/configuration/filter-rules/).**
1. Navigate to the [Collections Module](/concepts/application/#collections)
2. Navigate to the collection of the items you want to filter
@@ -132,9 +132,9 @@ options are available:
## Bookmarking Item Presets
**[Learn more about Bookmarks](/guides/items/#bookmarking-item-presets)**
**[Learn more about Bookmarks](/app/content-collections/#bookmarking-item-presets)**
1. Navigate to the [Collections Module](/concepts/application/#collections)
1. Navigate to the [Collections Module](/app/content-collections/)
2. Navigate to the collection of the items you want to bookmark
3. Configure the page as desired (eg: layout, options, search, filters, order, etc)
4. Click the "Create Bookmark" (bookmark icon) button in the header beside the page title

View File

@@ -12,9 +12,9 @@ collection takes to you to the Collection Page.
This is the main gateway to your items, providing highly configurable Layouts for browsing, visualizing, and managing
the items within a collection. Clicking on an item takes to you to the Item Page.
[Learn more about the Collection Page](/app/content/collection)
[Learn more about the Collection Page](/getting-started/glossary/#collections)
## Item Page
A tailored form for viewing and editing an item's fields. This page also includes options for archiving, reverting,
deleting, and commenting on the item. [Learn more about the Item Page](/app/content/item)
deleting, and commenting on the item. [Learn more about the Item Page](/getting-started/glossary/#items)

View File

@@ -21,8 +21,8 @@ profile page.
You can access your profile page from the User Directory or by clicking the User Menu in the
[Module Bar](/app/overview/#_1-module-bar). The profile page has the same features and functionality as the
[Item Page](/app/content/item). Administrators can customize the fields on this page, but the following are available by
default.
[Item Page](/app/content-items/). Administrators can customize the fields on this page, but the following are available
by default.
- **First Name** — The given name
- **Last Name** — The family/surname

View File

@@ -3,7 +3,7 @@
::: tip Automation
We've created a little CLI tool you can run that does this process automatically. For more info, check the doc on
[installing through the CLI](/guides/installation/cli).
[installing through the CLI](/getting-started/installation/cli/).
:::

View File

@@ -696,7 +696,7 @@ Role of the new user.
`invite_url`\
Provide a custom invite url which the link in the email will lead to. The invite token will be passed as a parameter.\
**Note**: You need to configure the
[`USER_INVITE_URL_ALLOW_LIST` environment variable](/reference/environment-variables/#security) to enable this feature.
[`USER_INVITE_URL_ALLOW_LIST` environment variable](/configuration/config-options/#security) to enable this feature.
</div>

View File

@@ -214,7 +214,7 @@ mutation {
## Import Data from File
Import multiple records from a JSON or CSV file into a collection. Relies on a `multipart/form-data` encoded request,
just like regular file uploads. Check [Upload a File](/reference/system/files/#upload-a-file) for more information.
just like regular file uploads. Check [Upload a File](/reference/files/#upload-a-file) for more information.
The import endpoint expects the file structure to match [the export query parameter](/reference/query/#export). For
JSON, this is an array of objects, where every object is an item. For CSV, the first line has to be the columns header.
@@ -224,7 +224,7 @@ JSON, this is an array of objects, where every object is an item. For CSV, the f
### Request Body
Send the file in a `multipart/form-data` request. See [Upload a File](/reference/system/files/#upload-a-file) for more
Send the file in a `multipart/form-data` request. See [Upload a File](/reference/files/#upload-a-file) for more
information.
### Returns