Skip to content

Commit 63595bb

Browse files
committed
updates
1 parent 42f1f68 commit 63595bb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

lib/algora_web/live/docs_live.ex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ defmodule AlgoraWeb.DocsLive do
519519
/>
520520
</div>
521521
<h3 class="mt-4 text-sm font-semibold leading-7 text-gray-900 dark:text-white">
522-
<a href="/docs/streaming/quickstart">
522+
<.link navigate={~p"/docs/bounties/in-your-own-repos"}>
523523
<span class="absolute inset-0 rounded-2xl"></span>Bounties
524-
</a>
524+
</.link>
525525
</h3>
526526
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
527527
Add USD rewards on issues and pay on-merge
@@ -597,9 +597,9 @@ defmodule AlgoraWeb.DocsLive do
597597
/>
598598
</div>
599599
<h3 class="mt-4 text-sm font-semibold leading-7 text-gray-900 dark:text-white">
600-
<a href="#">
600+
<.link navigate={~p"/docs/contracts/offer-contract"}>
601601
<span class="absolute inset-0 rounded-2xl"></span>Contract work
602-
</a>
602+
</.link>
603603
</h3>
604604
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
605605
Collaborate flexibly, hourly or fixed rate
@@ -675,9 +675,9 @@ defmodule AlgoraWeb.DocsLive do
675675
/>
676676
</div>
677677
<h3 class="mt-4 text-sm font-semibold leading-7 text-gray-900 dark:text-white">
678-
<a href="#">
678+
<.link navigate={~p"/docs/marketplace/matches"}>
679679
<span class="absolute inset-0 rounded-2xl"></span>Marketplace
680-
</a>
680+
</.link>
681681
</h3>
682682
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
683683
Collaborate with Algora experts
@@ -751,9 +751,9 @@ defmodule AlgoraWeb.DocsLive do
751751
/>
752752
</div>
753753
<h3 class="mt-4 text-sm font-semibold leading-7 text-gray-900 dark:text-white">
754-
<a href="#">
754+
<.link navigate={~p"/docs/embed/sdk"}>
755755
<span class="absolute inset-0 rounded-2xl"></span>Embed
756-
</a>
756+
</.link>
757757
</h3>
758758
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
759759
Embed Algora in your website, readme, docs, etc.

priv/content/docs/workspace/autopay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ title: "Set up autopay"
44

55
# Set up autopay
66

7-
You can set up autopay to automatically pay out bounties when they are merged.
7+
Navigate to your settings and save a payment method with Stripe to automatically pay out bounties when they are merged.
88

99
![Set up autopay](/images/docs/autopay.png)

priv/content/docs/workspace/custom-bot-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ title: "Customize bot message"
44

55
# Customize bot messages
66

7-
You can customize the bot messages to your liking.
7+
You can customize the bot messages as you wish!
88

99
![Customize bot messages](/images/docs/custom-bot-messages.png)

0 commit comments

Comments
 (0)