Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed remote links markup #6881

Merged
merged 1 commit into from
Nov 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export function Footer() {
</Type> */}
<Type look="body14" as="p" css={{ justifySelf: 'start' }}>
Made in Australia <Emoji symbol="🇦🇺" alt="Australia" /> by{' '}
<a href="https://www.thinkmill.com.au" target="_blank">
<a href="https://www.thinkmill.com.au" target="_blank" rel="noopener noreferrer">
Thinkmill
</a>
. Contributed to around the world <Emoji symbol="🌏" alt="Globe" />
Expand Down
2 changes: 1 addition & 1 deletion docs/components/docs/Keystone5DocsCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function Keystone5DocsCTA() {
}}
>
Using <strong>Keystone 5</strong>? Find the docs at{' '}
<a href="https://v5.keystonejs.com/documentation" target="_blank">
<a href="https://v5.keystonejs.com/documentation" target="_blank" rel="noopener noreferrer">
v5.keystonejs.com
</a>
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/for-organisations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default function ForOrganisations() {
}}
>
Built by{' '}
<a href="https://www.thinkmill.com.au" target="_blank">
<a href="https://www.thinkmill.com.au" target="_blank" rel="noopener noreferrer">
Thinkmill
</a>
, an internationally recognised design & development consultancy. Keystone is proven in
Expand Down
12 changes: 8 additions & 4 deletions docs/pages/why-keystone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,14 @@ export default function WhyKeystonePage() {
>
<div>
<Type as="p" look="body18" color="var(--muted)" margin="0 0 1rem 0">
Keystone is a <a href="https://thinkmill.com.au">Thinkmill</a> product. We’ve spent
years shipping sophisticated solutions for large companies like Atlassian, Samsung,
Qantas, Breville, and the Australian Government. We’ve also helped startups get off
the ground in a way that lets them deliver immediate value and change as they learn.
Keystone is a{' '}
<a href="https://thinkmill.com.au" target="_blank" rel="noopener noreferrer">
Thinkmill
</a>{' '}
product. We’ve spent years shipping sophisticated solutions for large companies like
Atlassian, Samsung, Qantas, Breville, and the Australian Government. We’ve also helped
startups get off the ground in a way that lets them deliver immediate value and change
as they learn.
</Type>
<Type as="p" look="body18" color="var(--muted)" margin="0 0 1rem 0">
Keystone solves for this spectrum of needs in a way that other backend tools and
Expand Down