Skip to content

Commit

Permalink
chore: update links to sign up
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Sep 12, 2024
1 parent 291a01a commit 2431e83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="trigger">
<a class="page-link" href="/blog/">Blog</a>
<a class="page-link" href="/">Docs</a>
<a class="page-link" href="{{ site.knapsack_pro_url }}">Sign up</a>
<a class="page-link" href="{{ site.knapsack_pro_url }}/registrations">Sign up</a>
</div>
</nav>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:

## Summary

You've just learned how to make your CircleCI builds way faster! Now your RSpec tests can be automatically run on many parallel machines to save you time. Please let us know if it was helpful or if you have any questions. Feel free to [sign up at Knapsack Pro](https://knapsackpro.com/?utm_source=docs_knapsackpro&utm_medium=blog_post&utm_campaign=rspec-testing-parallel-jobs-with-circleci-and-junit-xml-report) or down below and try it yourself.
You've just learned how to make your CircleCI builds way faster! Now your RSpec tests can be automatically run on many parallel machines to save you time. Please let us know if it was helpful or if you have any questions. Feel free to [sign up at Knapsack Pro](https://knapsackpro.com/registrations?utm_source=docs_knapsackpro&utm_medium=blog_post&utm_campaign=rspec-testing-parallel-jobs-with-circleci-and-junit-xml-report) or down below and try it yourself.
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const config: Config = {
position: "right",
},
{
to: KNAPSACK_PRO_URL,
to: `${KNAPSACK_PRO_URL}/registrations`,
label: "Sign up",
position: "right",
},
Expand Down

0 comments on commit 2431e83

Please sign in to comment.