Skip to content

Commit

Permalink
Update: Plugins page docs links (#445)
Browse files Browse the repository at this point in the history
* (update): Updating the links to the documentation for plugins on the /plugins page.

* (update): Implementing Yuval's feedback and changing the URL to the one on GitHub.

---------

Co-authored-by: Yuval Hazaz <yuval@amplication.com>
  • Loading branch information
dericksozo and yuval-hazaz authored Dec 28, 2023
1 parent b31463c commit 028eecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@ const Plugins = ({ plugins }) => {
isLink={true}
onClick={() => handleStartNowClick("PluginsLearnMoreClick")}
className="!inline-block !text-xs !font-normal !bg-transparent hover:!bg-transparent !px-2"
href="https://docs.amplication.com/plugins/overview/"
href="https://docs.amplication.com/getting-started/plugins/"
delayLinkMs={300}
/>
<Button
text="Create your own plugin"
isLink={true}
onClick={() => handleStartNowClick("PluginsCreateYourOwnClick")}
className="!inline-block !text-xs !font-normal !bg-transparent hover:!bg-transparent !px-2"
href="https://docs.amplication.com/plugins/overview/"
href="https://docs.amplication.com/plugins/how-to-create-plugin/"
delayLinkMs={300}
/>
<Button
text="Request a new plugin"
isLink={true}
onClick={() => handleStartNowClick("PluginsRequestNewClick")}
className="!inline-block !text-xs !font-normal !bg-transparent hover:!bg-transparent !px-2"
href="https://docs.amplication.com/plugins/overview/"
href="https://github.com/amplication/amplication/issues/new?assignees=&labels=type%3A+feature+request&projects=&template=feature.yml"
delayLinkMs={300}
/>

Expand Down

0 comments on commit 028eecf

Please sign in to comment.