diff --git a/docs/Configuring.ipynb b/docs/Configuring.ipynb index fd374e55d..035938fec 100644 --- a/docs/Configuring.ipynb +++ b/docs/Configuring.ipynb @@ -71,7 +71,7 @@ "- `mime_types` by which the notebooks and files will be matched to the langauge\n", " server:\n", " - for notebooks the MIME type is derived from `language_info`/`mimetype`\n", - " element of [`kernel_info`][] response (with fallback on to cell metadata if\n", + " element of [kernel_info][] response (with fallback on to cell metadata if\n", " missing from kernel response)\n", " - for files the implemntation is frontend-specific; in JupyterLab the MIME\n", " type is obtained from the MIME type registry.\n", @@ -95,7 +95,7 @@ "}\n", "```\n", "\n", - "[`kernel_info`]:\n", + "[kernel_info]:\n", " https://jupyter-client.readthedocs.io/en/stable/messaging.html#kernel-info" ] },