Skip to content

Commit

Permalink
Fix link and typo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-gibbs committed Apr 11, 2024
1 parent 027b7d7 commit fde8ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _docs/privacy-pro/adding-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You don’t need to provide us with your email to use Privacy Pro, though you ca

You can activate your subscription in the following ways to avoid sharing your email address with DuckDuckGo.

If you purchased Privacy Pro via our website or purchased Privacy Pro in the DuckDuckGo browser downloaded from our website, you can activate Privacy Pro on your other devices following [these instructions]({{ site.baseurl }}/privacy-pro/activate) and authenticate using the email address you used to purchase Privacy Pro through our payment processor, Stripe.
If you purchased Privacy Pro via our website or purchased Privacy Pro in the DuckDuckGo browser downloaded from our website, you can activate Privacy Pro on your other devices following [these instructions]({{ site.baseurl }}/privacy-pro/activating) and authenticate using the email address you used to purchase Privacy Pro through our payment processor, Stripe.

If you downloaded our browser from the Apple App Store or Google Play Store, you can activate your subscription through your app store account for Apple and Google devices, respectively.

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to DuckDuckGo Help - If you can't find an answer to your DuckDuckGo ques

<!-- List of categories and sub-categories -->
<ul class="welcome-category-list">
{% assign categories = site.categories_data %> %}
{% assign categories = site.categories_data %}
{% for category in categories %}
<li><a href="{{ site.baseurl }}{{ category.path }}">{{ category.name }}</a></li>
{% for subcat in category.sub_categories %}
Expand Down

0 comments on commit fde8ed2

Please sign in to comment.