diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 778b281512..39fd19df7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ We would love for you to contribute to Nx! Read this document to see how to do i Watch this 5-minute video: - +

Nx - How to contribute

diff --git a/README.md b/README.md index 7e912c37e1..822345418e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A few links to help you get started: - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home) -

Nx - Smart, Fast and Extensible Build System

# Engage with the Core Team and the Community @@ -42,7 +42,7 @@ If you want to file a bug or submit a PR, read up on our [guidelines for contributing](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md) and watch this video that will help you get started. - +

Nx - How to contribute video

diff --git a/dep-graph/client/src/app/sidebar/sidebar.tsx b/dep-graph/client/src/app/sidebar/sidebar.tsx index 2fad08c679..e89c237c4e 100644 --- a/dep-graph/client/src/app/sidebar/sidebar.tsx +++ b/dep-graph/client/src/app/sidebar/sidebar.tsx @@ -157,7 +157,7 @@ export function Sidebar() { hover:underline " href="https://nx.dev/structure/dependency-graph" - rel="nofollow noreferrer" + rel="noreferrer" target="_blank" > { if (isExternalReference(schema) && schema.$ref !== undefined) { return ( - + external reference: {schema.$ref}{' '} diff --git a/nx-dev/ui-common/src/lib/footer.tsx b/nx-dev/ui-common/src/lib/footer.tsx index 94ce4ddc79..11cb2ce564 100644 --- a/nx-dev/ui-common/src/lib/footer.tsx +++ b/nx-dev/ui-common/src/lib/footer.tsx @@ -267,7 +267,7 @@ export function Footer({ useDarkBackground }: FooterProps) { {' '} by{' '} - + https://styled-components.com @@ -440,7 +440,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://sass-lang.com @@ -450,7 +450,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://stylus-lang.com @@ -460,7 +460,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://lesscss.org @@ -474,7 +474,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://styled-components.com @@ -486,7 +486,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://emotion.sh @@ -496,7 +496,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://www.npmjs.com/package/styled-jsx @@ -601,7 +601,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://nx.dev/react/tutorial/01-create-application @@ -613,7 +613,7 @@ export function NpxCreateNxWorkspaceAnimation({ https://egghead.io/playlists/scale-react-development-with-nx-4038 diff --git a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx index cd6a493ac1..421cdb9866 100644 --- a/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx +++ b/nx-dev/ui-conference/src/lib/conf-schedule-short.tsx @@ -109,7 +109,7 @@ const scheduleRow = (item: ScheduleItem): JSX.Element => (
{item.videoUrl ? (

- + {item.title}

@@ -141,7 +141,7 @@ const breakRow = (item: ScheduleItem): JSX.Element => (
{item.videoUrl ? (

- + {item.title}

diff --git a/nx-dev/ui-conference/src/lib/conf-schedule.tsx b/nx-dev/ui-conference/src/lib/conf-schedule.tsx index c8f0e4e171..efbc7e07ad 100644 --- a/nx-dev/ui-conference/src/lib/conf-schedule.tsx +++ b/nx-dev/ui-conference/src/lib/conf-schedule.tsx @@ -365,7 +365,7 @@ const scheduleRow = (item: ScheduleItem): JSX.Element => (
{item.videoUrl ? (

- + {item.title}

@@ -397,7 +397,7 @@ const breakRow = (item: ScheduleItem): JSX.Element => (
{item.videoUrl ? (

- + {item.title}

diff --git a/nx-dev/ui-home/src/lib/egghead-courses.tsx b/nx-dev/ui-home/src/lib/egghead-courses.tsx index 18375ed72c..7bd2573fd8 100644 --- a/nx-dev/ui-home/src/lib/egghead-courses.tsx +++ b/nx-dev/ui-home/src/lib/egghead-courses.tsx @@ -46,7 +46,7 @@ export function EggheadCourses(): ReactComponentElement { diff --git a/nx-dev/ui-home/src/lib/event-banner.tsx b/nx-dev/ui-home/src/lib/event-banner.tsx index 8f8bd43253..ca0403d9e6 100644 --- a/nx-dev/ui-home/src/lib/event-banner.tsx +++ b/nx-dev/ui-home/src/lib/event-banner.tsx @@ -11,7 +11,7 @@ export function EventBanner(): ReactComponentElement { {' '} diff --git a/nx-dev/ui-home/src/lib/nx-playbook.tsx b/nx-dev/ui-home/src/lib/nx-playbook.tsx index 4fcbd07499..ac4df9fc12 100644 --- a/nx-dev/ui-home/src/lib/nx-playbook.tsx +++ b/nx-dev/ui-home/src/lib/nx-playbook.tsx @@ -48,7 +48,7 @@ export function NxPlaybook(): ReactComponentElement { diff --git a/nx-dev/ui-home/src/lib/open-source-projects.tsx b/nx-dev/ui-home/src/lib/open-source-projects.tsx index ebacb54359..f66590dcef 100644 --- a/nx-dev/ui-home/src/lib/open-source-projects.tsx +++ b/nx-dev/ui-home/src/lib/open-source-projects.tsx @@ -381,7 +381,7 @@ export function OpenSourceProjects(): ReactComponentElement { {/* Extend touch target to entire panel */} diff --git a/nx-dev/ui-home/src/lib/youtube-channel.tsx b/nx-dev/ui-home/src/lib/youtube-channel.tsx index 42ac54495b..172e382a4a 100644 --- a/nx-dev/ui-home/src/lib/youtube-channel.tsx +++ b/nx-dev/ui-home/src/lib/youtube-channel.tsx @@ -47,7 +47,7 @@ export function YoutubeChannel(): ReactComponentElement { diff --git a/nx-dev/ui-member-card/src/lib/member-card.tsx b/nx-dev/ui-member-card/src/lib/member-card.tsx index d2f505d6bc..84f5a5f1cf 100644 --- a/nx-dev/ui-member-card/src/lib/member-card.tsx +++ b/nx-dev/ui-member-card/src/lib/member-card.tsx @@ -27,7 +27,7 @@ export function MemberCard(data: Member): JSX.Element { className="font-input-mono mt-6 block" href={'https://twitter.com/' + data.twitter} target="_blank" - rel="nofollow" + rel="noreferrer" > @{data.twitter} diff --git a/nx-dev/ui-sponsor-card/src/lib/sponsor-card.tsx b/nx-dev/ui-sponsor-card/src/lib/sponsor-card.tsx index cda9c2d6e4..c872b8875b 100644 --- a/nx-dev/ui-sponsor-card/src/lib/sponsor-card.tsx +++ b/nx-dev/ui-sponsor-card/src/lib/sponsor-card.tsx @@ -14,7 +14,7 @@ export function SponsorCard(data: Sponsor) { className="cursor-pointer" href={data.linkTarget} target="_blank" - rel="nofollow" + rel="noreferrer" > {data.name} diff --git a/scripts/readme-fragments/content.md b/scripts/readme-fragments/content.md index 1a9b1f7571..2a6585d119 100644 --- a/scripts/readme-fragments/content.md +++ b/scripts/readme-fragments/content.md @@ -56,5 +56,5 @@ A few links to help you get started: - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home) -

Nx - Smart, Fast and Extensible Build System

diff --git a/scripts/readme-fragments/resources.md b/scripts/readme-fragments/resources.md index 3ab1a623ea..09c43d68ea 100644 --- a/scripts/readme-fragments/resources.md +++ b/scripts/readme-fragments/resources.md @@ -7,5 +7,5 @@ A few links to help you get started: - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home) -

Nx - Smart, Fast and Extensible Build System