Skip to content

Commit

Permalink
Merge pull request #105 from ynput/bugfix/fimx_broken_links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Dec 6, 2023
2 parents 9608fc7 + 7084397 commit 3df6dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/dev_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ title: Introduction
sidebar_label: Introduction
---

Here you'll find the information needed if you want to build, extend or contriubte back to AYON, it's aimed at developers, and in the future a section with the (code documentation)[https://github.com/ynput/OpenPype#building-documentation] will also be found here.
Here you'll find the information needed if you want to build, extend or contribute back to AYON, it's aimed at developers, and in the future a section with the [code documentation](https://github.com/ynput/ayon-documentation) will also be found here.

4 changes: 2 additions & 2 deletions website/src/data/addons/data/afterEffects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const addon: Addon = {
preview: "after-effects.png",
badge: versions.Aftereffects_Badge,
docs: {
user: "addon_aftereffects_admin",
admin: "addon_aftereffects_artist",
user: "addon_aftereffects_artist",
admin: "addon_aftereffects_admin",
},
github: "https://github.com/ynput/ayon-aftereffects",
products: [
Expand Down

0 comments on commit 3df6dbc

Please sign in to comment.