docs(misc): update community page nx-plugin links to the current url (#16563)
Co-authored-by: conradtrost <conrad.trost2@7-11.com>
This commit is contained in:
parent
7c050369ea
commit
1ce2720d24
@ -33,7 +33,7 @@ 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
|
||||
@ -41,7 +41,7 @@ export function CreateNxPlugin(): JSX.Element {
|
||||
</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
|
||||
@ -49,7 +49,7 @@ export function CreateNxPlugin(): JSX.Element {
|
||||
</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
|
||||
@ -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" />
|
||||
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user