Skip to content

Commit 2431e83

Browse files
committed
chore: update links to sign up
1 parent 291a01a commit 2431e83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="trigger">
2323
<a class="page-link" href="/blog/">Blog</a>
2424
<a class="page-link" href="/">Docs</a>
25-
<a class="page-link" href="{{ site.knapsack_pro_url }}">Sign up</a>
25+
<a class="page-link" href="{{ site.knapsack_pro_url }}/registrations">Sign up</a>
2626
</div>
2727
</nav>
2828

_posts/2021-02-23-rspec-testing-parallel-jobs-with-circleci-and-junit-xml-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ jobs:
126126

127127
## Summary
128128

129-
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.
129+
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.

docusaurus/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const config: Config = {
113113
position: "right",
114114
},
115115
{
116-
to: KNAPSACK_PRO_URL,
116+
to: `${KNAPSACK_PRO_URL}/registrations`,
117117
label: "Sign up",
118118
position: "right",
119119
},

0 commit comments

Comments
 (0)