Skip to content

Commit c0183d6

Browse files
authored
Link to p5js.org/people page
1 parent 063104a commit c0183d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/ExampleLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const { Content } = await example.render();
6767
<p>{example.data.arialabel}</p>
6868
<div class="rendered-markdown">
6969
<p>
70-
<a href={Astro.url.pathname}>{example.data.title}</a> by <a href="https://github.com/processing/p5.js?tab=readme-ov-file#contributors">p5.js Contributors</a> and the <a href="https://processingfoundation.org/people">Processing Foundation</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>.
70+
<a href={Astro.url.pathname}>{example.data.title}</a> by <a href="https://p5js.org/people">p5.js Contributors</a> and the <a href="https://processingfoundation.org/people">Processing Foundation</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a>.
7171
</p>
7272
<img src="/images/by-nc-sa.svg" />
7373
</div>

0 commit comments

Comments
 (0)