Skip to content

Commit

Permalink
feat: update links (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Dec 6, 2023
1 parent db5f1e1 commit 5552b50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/app/components/UserMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ export default function UserMenu() {
</Menu.ItemButton>
<Menu.ItemButton
onClick={() => {
utils.openUrl("https://guides.getalby.com");
utils.openUrl(
"https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/"
);
}}
>
<HelpIcon className="h-5 w-5 mr-2 text-gray-700 dark:text-neutral-300" />
Expand Down
2 changes: 1 addition & 1 deletion src/app/screens/ConfirmPaymentAsync/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function ConfirmPaymentAsync() {
components={[
// eslint-disable-next-line react/jsx-key
<Hyperlink
href="https://guides.getalby.com/alby-guides/alby-browser-extension/features/hold-payments"
href="https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-browser-extension/features/hold-payments"
target="_blank"
rel="noopener nofollow"
className="dark:text-white underline font-medium"
Expand Down
2 changes: 1 addition & 1 deletion src/app/screens/Liquid/ConfirmSignPset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function ConfirmSignPset() {
{t("allow_sign", { host: origin.host })}{" "}
</h2>
<Hyperlink
href="https://guides.getalby.com/overall-guide/alby-browser-extension/features/liquid"
href="https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-browser-extension/features/liquid"
target="_blank"
>
<div className="bg-blue-500 rounded-full">
Expand Down

0 comments on commit 5552b50

Please sign in to comment.