Skip to content

Commit

Permalink
INN-1266 Fix bad link for fetching Inngest signing key on landing page (
Browse files Browse the repository at this point in the history
#178)

Thanks for reporting, @dthyresson!
  • Loading branch information
jpwilliams committed Apr 25, 2023
1 parent 65966f5 commit 164fd5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-weeks-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"inngest": patch
---

INN-1266 Fix bad link for fetching Inngest signing key on landing page
7 changes: 5 additions & 2 deletions landing/src/components/ConfigErrors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ export const globalConfigErrors: Record<GlobalConfigErr, JSX.Element> = {
</div>
<div>
You can find your signing key in the{" "}
<a href="https://app.inngest.com/secrets" target="_blank">
Inngest Dashboard - Secrets section.
<a
href="https://app.inngest.com/env/production/manage/signing-key"
target="_blank"
>
Inngest Cloud - Manage section.
</a>
</div>
</div>
Expand Down

0 comments on commit 164fd5c

Please sign in to comment.