Skip to content

Commit

Permalink
Update element docs url (#460)
Browse files Browse the repository at this point in the history
* Remove element urls

* Update url
  • Loading branch information
ryangoree authored May 9, 2024
1 parent cb41232 commit fb00b49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function AppHamburgerButton(): ReactElement {
text={t`About`}
/>
<MenuItem
href="https://docs.element.fi"
href="https://docs-delv.gitbook.io/element-developer-docs"
target="_blank"
rel="noreferrer"
text={t`Docs`}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function ResourcesMenu({ onClose }: ResourcesMenuProps) {
/>
<MenuItem
icon={<Icon icon={IconNames.BLANK} />}
href="https://docs.element.fi"
href="https://docs-delv.gitbook.io/element-developer-docs"
target="_blank"
rel="noreferrer"
text={t`Docs`}
Expand Down
2 changes: 1 addition & 1 deletion apps/council-frontend/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export enum ElementUrl {
TELEGRAM = "",
TWITTER = "https://twitter.com/element_fi",
// resources
DOCS = "https://docs.element.fi/governance-council",
DOCS = "https://docs-delv.gitbook.io/element-developer-docs/governance-council",
GITHUB = "https://github.com/delvtech",
MEDIUM = "https://medium.com/element-finance",
}
Expand Down
2 changes: 1 addition & 1 deletion apps/nft-interface/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const TWITTER_URL = "https://twitter.com/Element_DAO";
export const COUNCIL_URL = "https://council.delv.tech/";
export const ELEMENT_GOV_URL = "https://gov.element.fi/";
export const COUNCIL_DOC_URL =
"https://docs.element.fi/governance-council/council-protocol-overview";
"https://docs-delv.gitbook.io/element-developer-docs/governance-council/council-protocol-overview";
export const ADDRESS_SCREEN_URL =
"https://6zqnxzsgja.execute-api.us-east-2.amazonaws.com/screen";
const PINATA_GATEWAY = "https://element-fi.mypinata.cloud/ipfs/";
Expand Down

0 comments on commit fb00b49

Please sign in to comment.