Skip to content

Commit

Permalink
absolute docs links (#396)
Browse files Browse the repository at this point in the history
* absolute docs links

* Update HubFormCard.tsx
  • Loading branch information
tanfarming authored Jul 25, 2023
1 parent 4df51f5 commit c26cac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/components/modules/hubs/HubFormCard/HubFormCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ const HubFormCard = ({ hub, onSubmit, classProp = '' }: HubFormCardPropsT) => {

<a
className="primary-link"
href="/docs/setup-custom-domain.html"
rel="noreferrer"
href="https://hubs.mozilla.com/docs/setup-custom-domain.html"
target="_blank"
>
Custom Domain Documentation
Expand Down
2 changes: 1 addition & 1 deletion client/pages/custom-client/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const CustomClient = ({ subscription }: HubDetailsViewPropsT) => {
target="_blank"
rel="noreferrer"
className="primary-link mb-20 block"
href="/docs/setup-custom-client.html"
href="https://hubs.mozilla.com/docs/setup-custom-client.html"
>
Custom Client Documentation
</a>
Expand Down

0 comments on commit c26cac7

Please sign in to comment.