Skip to content

Commit 80d9b26

Browse files
committed
DOC: Fix link for Firefox Web Console
1 parent 9c82433 commit 80d9b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/code-cells.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
"\n",
756756
"> To figure out how to open the web browser console, you may look at the web browser documentation: \n",
757757
"> Chrome: https://developer.chrome.com/docs/devtools/open/#console \n",
758-
"> Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console#opening_the_web_console\n",
758+
"> Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console#opening-the-web-console\n",
759759
"\n",
760760
"The error is most probably linked to the JavaScript files not being loaded or loaded in the wrong order within the HTML file. To analyze the error, you can inspect the HTML file within the web browser (e.g.: right-click on the page and select *View Page Source*) and look at the `<head>` section of the page. That section should contain\n",
761761
"some JavaScript libraries. Those relevant for widgets are:\n",

0 commit comments

Comments
 (0)