diff --git a/doc/code-cells.ipynb b/doc/code-cells.ipynb index 0b4d4fa9..ee919ac3 100644 --- a/doc/code-cells.ipynb +++ b/doc/code-cells.ipynb @@ -751,7 +751,7 @@ "To obtain more information if widgets are not displayed as expected, you will need to look at the error message in the web browser console.\n", "\n", "> To figure out how to open the web browser console, you may look at the web browser documentation: \n", - "> Chrome: https://developer.chrome.com/docs/devtools/open/#console \n", + "> Chrome: https://developer.chrome.com/docs/devtools/open/#shortcuts \n", "> Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console#opening-the-web-console\n", "\n", "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 `` section of the page. That section should contain\n",