Skip to content

Commit 7657f90

Browse files
committed
updat links to point to correct faq URL
1 parent db390b7 commit 7657f90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/web/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2 id="menutitle" class="screenreader-only">Navigation Controls</h2>
156156
aria-label="Contribute detailed usage information"/>
157157
<label for="detailed-logging" id="detailed-logging-label">
158158
Contribute detailed usage information.</label>
159-
<a href="https://www.pyret.org/cpo-faq#(part._logging)" target="_blank" rel="noopener noreferrer" class="focusable info-btn" role="menuitem" tabindex="-1"
159+
<a href="https://code.pyret.org/faq/" target="_blank" rel="noopener noreferrer" class="focusable info-btn" role="menuitem" tabindex="-1"
160160
id="detailed-logging-learn-more"
161161
title="Learn More" aria-label="Learn More">?</a>
162162
</span>

src/web/js/dashboard/StudentDashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class StudentDashboard extends Component {
228228
</div>
229229
<div className='footer middle'>
230230
<p className='right'>
231-
<a target="_blank" href="https://www.pyret.org">pyret.org</a> | <a target="_blank" href="https://pyret.org/cpo-faq/">Privacy</a> | <a target="_blank" href="https://www.github.com/brownplt/code.pyret.org">Software</a></p>
231+
<a target="_blank" href="https://www.pyret.org">pyret.org</a> | <a target="_blank" href="https://code.pyret.org/faq/">Policies</a> | <a target="_blank" href="https://www.github.com/brownplt/code.pyret.org">Software</a></p>
232232
</div>
233233

234234
</div>

0 commit comments

Comments
 (0)