pyret-embed 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/web/editor.embed.html +1 -1
- package/dist/build/web/editor.html +1 -1
- package/dist/build/web/js/cpo-main.jarr.gz.js +0 -0
- package/dist/build/web/js/dashboard/index.js +3 -3
- package/dist/build/web/views/editor.html +1 -1
- package/dist/build/web/views/faq.html +1 -9
- package/package.json +1 -1
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
aria-label="Contribute detailed usage information"/>
|
|
157
157
|
<label for="detailed-logging" id="detailed-logging-label">
|
|
158
158
|
Contribute detailed usage information.</label>
|
|
159
|
-
<a href="https://
|
|
159
|
+
<a href="https://code.pyret.org/faq/" target="_blank" rel="noopener noreferrer" class="focusable info-btn" role="menuitem" tabindex="-1"
|
|
160
160
|
id="detailed-logging-learn-more"
|
|
161
161
|
title="Learn More" aria-label="Learn More">?</a>
|
|
162
162
|
</span>
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
aria-label="Contribute detailed usage information"/>
|
|
157
157
|
<label for="detailed-logging" id="detailed-logging-label">
|
|
158
158
|
Contribute detailed usage information.</label>
|
|
159
|
-
<a href="https://
|
|
159
|
+
<a href="https://code.pyret.org/faq/" target="_blank" rel="noopener noreferrer" class="focusable info-btn" role="menuitem" tabindex="-1"
|
|
160
160
|
id="detailed-logging-learn-more"
|
|
161
161
|
title="Learn More" aria-label="Learn More">?</a>
|
|
162
162
|
</span>
|
|
Binary file
|