Skip to content

Commit

Permalink
docs(misc): update community page nx-plugin links to the current url (#…
Browse files Browse the repository at this point in the history
…16563)

Co-authored-by: conradtrost <[email protected]>
  • Loading branch information
ConradTrost and conradtrost authored Apr 25, 2023
1 parent 7c05036 commit 1ce2720
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nx-dev/ui-community/src/lib/create-nx-plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ export function CreateNxPlugin(): JSX.Element {
<ul className="mx-4 mt-8 list-disc">
<li className="mt-2">
<Link
href="/packages/nx-plugin#generating-a-plugin"
href="/packages/plugin#generating-a-plugin"
className="hover:underline"
>
Create your Nx Plugin
</Link>
</li>
<li className="mt-2">
<Link
href="/packages/nx-plugin#testing-your-plugin"
href="/packages/plugin#testing-your-plugin"
className="hover:underline"
>
Test your plugin
</Link>
</li>
<li className="mt-2">
<Link
href="/packages/nx-plugin#generating-a-plugin"
href="/recipes/advanced-plugins/share-your-plugin"
className="hover:underline"
>
Publish your Nx Plugin
Expand All @@ -72,7 +72,7 @@ export function CreateNxPlugin(): JSX.Element {
<div className="flex w-full px-4 py-3">
<div className="min-w-0 flex-1">
<Link
href="/packages/nx-plugin#generating-a-plugin"
href="/packages/plugin#generating-a-plugin"
className="focus:outline-none"
>
<span className="absolute inset-0" aria-hidden="true" />
Expand Down Expand Up @@ -100,7 +100,7 @@ export function CreateNxPlugin(): JSX.Element {
<div className="flex w-full px-4 py-3">
<div className="min-w-0 flex-1">
<Link
href="/packages/nx-plugin#publishing-your-nx-plugin"
href="/recipes/advanced-plugins/share-your-plugin"
className="focus:outline-none"
>
<span className="absolute inset-0" aria-hidden="true" />
Expand Down

1 comment on commit 1ce2720

@vercel
Copy link

@vercel vercel bot commented on 1ce2720 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.