Skip to content

Commit 0017a1d

Browse files
authored
fix: Fix broken links in ADOPTERS.md and graphviz.js (#149)
The later was responsible for not loading the graphviz library and left the graphviz parts in the page unrendered.
1 parent 093a1e3 commit 0017a1d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

ADOPTERS.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The following enumerates organizations who have adopted the AEPs in some form
66
If you are using the AEPs at your organization, please add your organization's
77
name to this list (in alphabetical order).
88

9-
| Organization | Contact | How you use the AEPs |
10-
| ---------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11-
| [Google](https://about.google/) | [@toumorokoshi](https://github.com/toumorokoshi) | Google maintains a fork at [google.aep.dev](http://google.aep.dev) which is adhered to for all APIs. Google also runs the [api-linter](https://linter.aep.dev/) across the company internally. |
12-
| [Roblox](https://corp.roblox.com/) | [@rofrankel](https://github.com/rofrankel) | Roblox maintains a private fork of the AEPs, and is using them as a style guide for new APIs. Roblox also maintains private forks of the [api-linter](https://linter.aep.dev) and [site generator](https://github.com/aep-dev/site-generator). |
9+
| Organization | Contact | How you use the AEPs |
10+
| ---------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11+
| [Roblox](https://corp.roblox.com/) | [@rofrankel](https://github.com/rofrankel) | Roblox maintains a private fork of the AEPs, and is using them as a style guide for new APIs. Roblox also maintains private forks of the [api-linter](https://linter.aip.dev) and [site generator](https://github.com/aep-dev/site-generator). |

aep/general/0001/aep.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ placement:
99
js_scripts:
1010
- /assets/js/graphviz/viz.js
1111
- /assets/js/graphviz/lite.render.js
12-
- /assets/js/aip/aip-graphviz.js
12+
- /assets/js/aep/aep-graphviz.js

aep/general/0002/aep.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ placement:
99
js_scripts:
1010
- /assets/js/graphviz/viz.js
1111
- /assets/js/graphviz/lite.render.js
12-
- /assets/js/aip/aip-graphviz.js
12+
- /assets/js/aep/aep-graphviz.js

0 commit comments

Comments
 (0)