Skip to content

Commit 2274d7b

Browse files
authored
[docs] [skip ci] fix links broken by fontawesome switch from .io to .com (#1221)
redirects work ok over http, but not, for some reason, https
1 parent 39049a6 commit 2274d7b

File tree

11 files changed

+26
-21
lines changed

11 files changed

+26
-21
lines changed

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/2to3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Parameters:
1313

1414
- name: 2to3.button_icon
1515
description: |
16-
Toolbar button icon: afont-awesome class defining the icon used for the
17-
toolbar button. See http://fontawesome.io/icons/ for available icons.
16+
Toolbar button icon: a font-awesome class defining the icon used for the
17+
toolbar button. See https://fontawesome.com/icons for available icons.
1818
input_type: text
1919
default: 'fa-space-shuttle'
2020

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ the options are as follows:
4141

4242
- `mod_name.button_icon`:
4343
A font-awesome class defining the icon used for the toolbar button and
44-
actions. See [fontawesome.io/icons] for available icon classes.
44+
actions. See [fontawesome] for available icon classes.
4545
Defaults to `fa-legal`.
4646

4747
- `mod_name.button_label`:
@@ -276,7 +276,7 @@ History
276276
[autopep8]: https://github.com/hhatto/autopep8
277277
[code-prettify]: README_code_prettify.md
278278
[jupyter-autopep8]: README_autopep8.md
279-
[fontawesome.io/icons]: https://fontawesome.io/icons
279+
[fontawesome]: https://fontawesome.com/icons
280280
[internals]: #Internals
281281
[jupyter-autopep8]: https://github.com/kenkoooo/jupyter-autopep8
282282
[jupyter_nbextensions_configurator]: https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/README_2to3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The options are as follows:
4040

4141
- `2to3.button_icon`:
4242
A font-awesome class defining the icon used for the toolbar button and
43-
actions. See [fontawesome.io/icons] for available icon classes.
43+
actions. See [fontawesome] for available icon classes.
4444
Defaults to `fa-legal`.
4545

4646
- `2to3.button_label`:
@@ -127,7 +127,7 @@ ways.
127127
[@takluyver]: https://github.com/takluyver
128128
[code_prettify]: https://github.com/jfbercher/code_prettify
129129
[futurize]: http://python-future.org/automatic_conversion.html
130-
[fontawesome.io/icons]: https://fontawesome.io/icons
130+
[fontawesome]: https://fontawesome.com/icons
131131
[internals]: #Internals
132132
[jupyter_nbextensions_configurator]: https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator
133133
[KerneExecOnCells library]: README.md

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/README_autopep8.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The options are as follows:
4545
Defaults to `true`.
4646

4747
- `autopep8.button_icon`:
48-
A font-awesome class defining the icon used for the toolbar button and
49-
actions. See [fontawesome.io/icons] for available icon classes.
48+
A font-awesome class defining the icon used for the toolbar button and actions.
49+
See [fontawesome] for available icon classes.
5050
Defaults to `fa-cog`.
5151

5252
- `autopep8.button_label`:
@@ -125,7 +125,7 @@ calls to the active kernel.
125125
[@kenkoooo]: https://github.com/kenkoooo
126126
[autopep8]: https://github.com/hhatto/autopep8
127127
[code_prettify]: https://github.com/jfbercher/code_prettify
128-
[fontawesome.io/icons]: https://fontawesome.io/icons
128+
[fontawesome]: https://fontawesome.com/icons
129129
[internals]: #Internals
130130
[jupyter_nbextensions_configurator]: https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator
131131
[KerneExecOnCells library]: README.md

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/README_code_prettify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The options are as follows:
9595

9696
- `code_prettify.button_icon`:
9797
A font-awesome class defining the icon used for the toolbar button and
98-
actions. See [fontawesome.io/icons] for available icon classes.
98+
actions. See [fontawesome] for available icon classes.
9999
Defaults to `fa-legal`.
100100

101101
- `code_prettify.button_label`:
@@ -281,7 +281,7 @@ History
281281
[@jfbercher]: https://github.com/jfbercher
282282
[autopep8]: https://github.com/hhatto/autopep8
283283
[formatR]: https://yihui.name/formatr
284-
[fontawesome.io/icons]: https://fontawesome.io/icons
284+
[fontawesome]: https://fontawesome.com/icons
285285
[ijavascript]: https://n-riesco.github.io/ijavascript
286286
[internals]: #Internals
287287
[js-beautify]: https://github.com/beautify-web/js-beautify

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/README_isort.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ All options are provided by the [KerneExecOnCells library](kernel_exec_on_cell.j
2020

2121
- `isort.add_toolbar_button`: Whether to add a toolbar button to transform the selected cell(s). Defaults to `true`.
2222

23-
- `isort.button_icon`: A font-awesome class defining the icon used for the toolbar button and actions. See [fontawesome.io/icons] for available icon classes. Defaults to `fa-sort`.
23+
- `isort.button_icon`:
24+
A font-awesome class defining the icon used for the toolbar button and actions.
25+
See [fontawesome] for available icon classes.
26+
Defaults to `fa-sort`.
2427

2528
- `isort.show_alerts_for_errors`: Whether to show alerts for errors in the kernel calls. Defaults to `false`.
2629

@@ -33,3 +36,5 @@ All options are provided by the [KerneExecOnCells library](kernel_exec_on_cell.j
3336
Under the hood, this nbextension uses the [kerneexeconcells library](kernel_exec_on_cell.js), a shared library for creating Jupyter nbextensions which transform code cell text using calls to the active kernel.
3437

3538
See the [shared README](REAME.md) and [kerneexeconcells library](kernel_exec_on_cell.js) for the internal model used by the nbextension.
39+
40+
[fontawesome]: https://fontawesome.com/icons

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/autopep8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Parameters:
1313

1414
- name: autopep8.button_icon
1515
description: |
16-
Toolbar button icon: afont-awesome class defining the icon used for the
16+
Toolbar button icon: a font-awesome class defining the icon used for the
1717
toolbar button and actions.
18-
See http://fontawesome.io/icons/ for available icons.
18+
See https://fontawesome.com/icons for available icons.
1919
input_type: text
2020
default: 'fa-cog'
2121

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/code_prettify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Parameters:
1313

1414
- name: code_prettify.button_icon
1515
description: |
16-
Toolbar button icon: afont-awesome class defining the icon used for the
16+
Toolbar button icon: a font-awesome class defining the icon used for the
1717
toolbar button and actions.
18-
See http://fontawesome.io/icons/ for available icons.
18+
See https://fontawesome.com/icons for available icons.
1919
input_type: text
2020
default: 'fa-legal'
2121

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/isort.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Parameters:
1313

1414
- name: isort.button_icon
1515
description: |
16-
Toolbar button icon: afont-awesome class defining the icon used for the
17-
toolbar button. See http://fontawesome.io/icons/ for available icons.
16+
Toolbar button icon: a font-awesome class defining the icon used for the
17+
toolbar button. See https://fontawesome.com/icons for available icons.
1818
input_type: text
1919
default: 'fa-sort'
2020

src/jupyter_contrib_nbextensions/nbextensions/skip-traceback/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With normal traceback:
1414

1515
With nbextension enabled:
1616

17-
![](skip-traceback.png)
17+
![](skip-traceback.png)
1818

1919

2020

@@ -38,7 +38,7 @@ The available options are:
3838
show/hide traceback animations. Defaults to `100`.
3939

4040
* `skip-traceback.button_icon` - a
41-
[fontawesome](https://fontawesome.io/icons/)
41+
[fontawesome](https://fontawesome.com/icons)
4242
class name, used for the action and toolbar button.
4343
Defaults to `fa-warning`.
4444

0 commit comments

Comments
 (0)