Skip to content

Commit aff34a8

Browse files
committed
Fix links on community page
1 parent 0bf977e commit aff34a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

community/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ intro_image_hide_on_mobile: false
7676
</p>
7777
<p>
7878
Submissions to <a
79-
href="https://github.com/shader-slang/slang/tree/master/docs/proposals">/docs/proposals/</a>
80-
considered <strong>Slang Proposed Features</strong> (SPFs), and require two <strong>Language
79+
href="https://github.com/shader-slang/spec/tree/master/proposals">/proposals/ in the spec repository</a>
80+
are considered <strong>Slang Proposed Features</strong> (SPFs), and require two <strong>Language
8181
Owners</strong> (more info
8282
below) to approve the submission.</p>
8383

@@ -94,7 +94,7 @@ intro_image_hide_on_mobile: false
9494
consensus amongst themselves.</p>
9595
<p>
9696
<strong>Language Owner</strong>: A language owner is the owner of the <a
97-
href="https://github.com/shader-slang/slang/tree/master/docs/proposals">/docs/proposals/</a> All
97+
href="https://github.com/shader-slang/spec/tree/master/proposals">proposals in the spec repository</a>. All
9898
new Slang language and core module
9999
features (e.g. new language syntax, new functions, or new types in the Slang core module) starts
100100
with a design document

0 commit comments

Comments
 (0)