Skip to content

Commit

Permalink
Drop /index suffix, use oxford comma
Browse files Browse the repository at this point in the history
Co-authored-by: daniel-prefect <daniel@prefect.io>
  • Loading branch information
mitchnielsen and daniel-prefect authored Feb 14, 2025
1 parent 220aed6 commit 4ef21b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Thanks for considering contributing to Prefect!

To navigate our codebase with confidence, see our [contribution guidelines](/contribute/index).
To navigate our codebase with confidence, see our [contribution guidelines](/contribute).
4 changes: 2 additions & 2 deletions docs/contribute/docs-contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Keep in mind the following when writing documentation.

### External references

Prefect resources can be managed in several ways, including through the CLI, UI, Terraform, Helm and API.
Prefect resources can be managed in several ways, including through the CLI, UI, Terraform, Helm, and API.

When documenting a resource, consider including external references that describe how to manage the resource in other ways.
Snippets are available to provide these references in a consistent format.

For example, the [Deployment documentation](/v3/deploy/index) includes a snippet for the Terraform provider:
For example, the [Deployment documentation](/v3/deploy) includes a snippet for the Terraform provider:

```javascript
import { TF } from "/snippets/resource-management/terraform.mdx"
Expand Down

0 comments on commit 4ef21b1

Please sign in to comment.