From 83817aec56f2d08079cd9127e31d5764446b8caf Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 19 Jun 2022 09:23:42 -0700 Subject: [PATCH] Cross link godot proposals viewer. --- src/paths/index/components/IndexDescription.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/paths/index/components/IndexDescription.js b/src/paths/index/components/IndexDescription.js index 7883eb1..868de82 100644 --- a/src/paths/index/components/IndexDescription.js +++ b/src/paths/index/components/IndexDescription.js @@ -30,7 +30,9 @@ export default class IndexDescription extends LitElement { and either accepting or rejecting them.
Positively reviewed PRs are open to be merged by responsible maintainers. +
+ See also https://godot-proposals-viewer.github.io/.

`; } -} \ No newline at end of file +}