diff --git a/docs/content/any/learn/polar-foundations.md b/docs/content/any/learn/polar-foundations.md index eb43f6808c..68d54dd0d7 100644 --- a/docs/content/any/learn/polar-foundations.md +++ b/docs/content/any/learn/polar-foundations.md @@ -115,4 +115,4 @@ Most Polar rules you'll see are in this `statement if condition;` form. That's w We haven’t covered how to use Polar to express particular authorization policies. Many Polar examples can be found in our [authorization guides](https://docs.osohq.com/guides.html). -We're also always happy to help you get started with Oso! If you'd like to learn more about using Oso in your app or have any questions, [schedule a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1). +We're also always happy to help you get started with Oso! If you'd like to learn more about using Oso in your app or have any questions, [schedule a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=polar_foundations). diff --git a/docs/content/any/project/get-help.md b/docs/content/any/project/get-help.md index d706bb82a4..2786ba88f1 100644 --- a/docs/content/any/project/get-help.md +++ b/docs/content/any/project/get-help.md @@ -13,7 +13,7 @@ The Oso engineering team is available to help you as you build out authorization - Authorization model and design reviews We're available in [Slack](https://join-slack.osohq.com/), along with hundreds of other developers working on -authorization. You can also [set up a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1). +authorization. You can also [set up a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=get_help). For customers who want an SLA on support, we provide paid support. This includes: diff --git a/docs/content/any/project/upgrading-to-0-20/index.md b/docs/content/any/project/upgrading-to-0-20/index.md index 7f66b43c19..b29dbaacc0 100644 --- a/docs/content/any/project/upgrading-to-0-20/index.md +++ b/docs/content/any/project/upgrading-to-0-20/index.md @@ -126,13 +126,13 @@ Control (RBAC)](/guides/rbac) guide. **If you are using Polar Roles or SQLAlchemy Roles with a previous version of Oso and want to upgrade to the 0.20 release, please reach out via [Slack](https://join-slack.osohq.com/) or [schedule a 1-on-1 with an engineer - from the core team](https://calendly.com/osohq/1-on-1).** + from the core team](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=upgrade_to_020).** {{% /ifLang %}} {{% ifLang not="python" %}} **If you are using Polar Roles with a previous version of Oso and want to upgrade to the 0.20 release, please reach out via [Slack](https://join-slack.osohq.com/) or [schedule a 1-on-1 with an engineer - from the core team](https://calendly.com/osohq/1-on-1).** + from the core team](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=upgrade_to_020).** {{% /ifLang %}} {{% ifLang not="rust" %}} diff --git a/docs/themes/oso-tailwind/layouts/_default/list.html b/docs/themes/oso-tailwind/layouts/_default/list.html index e6edc0eb45..24fed341a9 100644 --- a/docs/themes/oso-tailwind/layouts/_default/list.html +++ b/docs/themes/oso-tailwind/layouts/_default/list.html @@ -27,7 +27,7 @@
Our team is happy to help you get started with Oso. If you'd like to learn more about using Oso in your app or have any questions, - schedule a 1x1 with an Oso + schedule a 1x1 with an Oso engineer.
{{ end }} diff --git a/docs/themes/oso-tailwind/layouts/_default/single.html b/docs/themes/oso-tailwind/layouts/_default/single.html index 7ec3af42a1..24805e7429 100644 --- a/docs/themes/oso-tailwind/layouts/_default/single.html +++ b/docs/themes/oso-tailwind/layouts/_default/single.html @@ -15,7 +15,7 @@
Our team is happy to help you get started with Oso. If you'd like to learn more about using Oso in your app or have any questions about this guide, - schedule a 1x1 with an Oso + schedule a 1x1 with an Oso engineer.
{{ end }}