Skip to content

Commit

Permalink
Fix the menu item and rename the new page
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Mar 10, 2022
1 parent b20e31f commit 84f4358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Meet the maintainers"
linkTitle: "talk-to-us"
title: "Contact the maintainers"
linkTitle: "Contact the maintainers"
weight: 70
type: "docs"
---
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/contributing/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You might need to import cert-manager if you're writing Go code which:
- implements an external DNS solver webhook, as in the [webhook-example](https://github.com/cert-manager/webhook-example)
- implements an external issuer, as in the [sample-external-issuer](https://github.com/cert-manager/sample-external-issuer)

If you think you really need to import other parts of the code, please do reach out and [talk to us](../talk-to-us/#slack) so we're
If you think you really need to import other parts of the code, please do reach out and [talk to us](../contact-the-maintainers/#slack) so we're
aware of this need! We'll always try to avoid breakage where we can.

## Module Import Paths
Expand All @@ -37,9 +37,9 @@ migrated to `https://github.com/cert-manager/cert-manager`.

This means the Go module import path you need depends on the version of cert-manager you're trying to use.

For cert-manager 1.8 and later, use the new path:
For cert-manager 1.8 and later, use the new path:
`github.com/cert-manager/cert-manager`


For cert-manager 1.7 and earlier, including all point releases, use the old path:
For cert-manager 1.7 and earlier, including all point releases, use the old path:
`github.com/jetstack/cert-manager`
2 changes: 1 addition & 1 deletion content/en/docs/release-notes/release-notes-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Thanks again to all open-source contributors with commits in this release, inclu
And thanks as usual to [coderanger](https://github.com/coderanger) for helping people
out on the [`#cert-manager` Slack channel]; it's a huge help and much appreciated.

[`#cert-manager` Slack channel]: ../../contributing/talk-to-us/#slack
[`#cert-manager` Slack channel]: ../../contributing/contact-the-maintainers/#slack

### Changelog since v1.6.0

Expand Down

0 comments on commit 84f4358

Please sign in to comment.