Skip to content

Commit 7be65b4

Browse files
committed
[docs] fix broken links in changelog
[skip CI]
1 parent a4544ec commit 7be65b4

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

CHANGELOG.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,91 +29,91 @@ Repo-level stuff:
2929

3030
- Require newer version of
3131
[`jupyter_nbextensions_configurator`](https://github.com/jupyter-contrib/jupyter_nbextensions_configurator)
32-
[#1197](https://github.com/ipython-contrib/pull/1197)
32+
[#1197](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1197)
3333
[@jcb91](https://github.com/jcb91)
3434
- Remove version-pinning from lxml dependency
35-
[#1174](https://github.com/ipython-contrib/pull/1174)
35+
[#1174](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1174)
3636
[@codypiersall](https://github.com/codypiersall)
3737
- Use `requirejs` vs. `require`, to align with notebook usage
38-
[#1165](https://github.com/ipython-contrib/pull/1165)
38+
[#1165](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1165)
3939
[@gnestor](https://github.com/gnestor)
4040
- `tests` specify exceptions (new flake8 moan)
41-
[#1143](https://github.com/ipython-contrib/pull/1143)
41+
[#1143](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1143)
4242
[@jcb91](https://github.com/jcb91)
4343
- move `js_highlight.py` into nbconvert_support, specify exception type
44-
[#1140](https://github.com/ipython-contrib/pull/1140)
44+
[#1140](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1140)
4545
[@jcb91](https://github.com/jcb91)
4646
- docs updates
47-
[#1200](https://github.com/ipython-contrib/pull/1200),
48-
[#1201](https://github.com/ipython-contrib/pull/1201)
47+
[#1200](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1200),
48+
[#1201](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1201)
4949
[@jcb91](https://github.com/jcb91)
5050

5151
New features and bugfixes:
5252

5353
- `livemdpreview` __new nbextension added!__
54-
[#1155](https://github.com/ipython-contrib/pull/1155)
54+
[#1155](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1155)
5555
[@jcb91](https://github.com/jcb91)
5656
- `nbTranslate`
5757
* Typos + readability improvements
58-
[#1191](https://github.com/ipython-contrib/pull/1191)
58+
[#1191](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1191)
5959
[@adyavanapalli](https://github.com/adyavanapalli),
6060
* Fix typo and revise text for better readability
61-
[#1190](https://github.com/ipython-contrib/pull/1190)
61+
[#1190](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1190)
6262
[@adyavanapalli](https://github.com/adyavanapalli),
6363
* use traitlets > 4.1 tag API
64-
[#1138](https://github.com/ipython-contrib/pull/1138)
64+
[#1138](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1138)
6565
[@jcb91](https://github.com/jcb91)
6666
- `collapsible_headings`
6767
* indent heading collapse controls by level
68-
[#1183](https://github.com/ipython-contrib/pull/1183)
68+
[#1183](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1183)
6969
[@jcb91](https://github.com/jcb91)
7070
* patch TextCell.set_text to catch more changes
71-
[#1184](https://github.com/ipython-contrib/pull/1184)
71+
[#1184](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1184)
7272
[@jcb91](https://github.com/jcb91)
7373
* link complete font-awesome css from cdn, not just some fontfaces
74-
[#1179](https://github.com/ipython-contrib/pull/1179)
74+
[#1179](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1179)
7575
[@jcb91](https://github.com/jcb91)
7676
- `toc2`
7777
* Add a 'download as HTML with toc' for Jupyter >= 5.1
78-
[#1182](https://github.com/ipython-contrib/pull/1182)
78+
[#1182](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1182)
7979
[@jfbercher](https://github.com/jfbercher)
8080
* only set notebook dirty if metadata item changed
81-
[#1178](https://github.com/ipython-contrib/pull/1178)
81+
[#1178](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1178)
8282
[@jcb91](https://github.com/jcb91)
8383
* Bugfix undefined title_sidebar
84-
[#1175](https://github.com/ipython-contrib/pull/1175)
84+
[#1175](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1175)
8585
[@jfbercher](https://github.com/jfbercher)
8686
* move config into toc2.js
87-
[#1167](https://github.com/ipython-contrib/pull/1167)
87+
[#1167](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1167)
8888
[@jcb91](https://github.com/jcb91)
8989
* configurable titles; dialog-alterable metadata settings
90-
[#1124](https://github.com/ipython-contrib/pull/1124)
90+
[#1124](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1124)
9191
[@jcb91](https://github.com/jcb91)
9292
* remove deprecated st var from template
93-
[#1199](https://github.com/ipython-contrib/pull/1199)
93+
[#1199](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1199)
9494
[@jcb91](https://github.com/jcb91)
9595
* [toc2] link complete font-awesome css from cdn
96-
[#1198](https://github.com/ipython-contrib/pull/1198)
96+
[#1198](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1198)
9797
[@jcb91](https://github.com/jcb91)
9898
- `scroll_down` fix notebook `5.x` compatibility
99-
[#1181](https://github.com/ipython-contrib/pull/1181)
99+
[#1181](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1181)
100100
[@jcb91](https://github.com/jcb91)
101101
- `exercise,exercise2` use bootstrap hidden class
102102
rather than jquery show/hide, in order to play nicely with collapsible_headings.
103103
fixes [#990](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/990)
104-
[#1169](https://github.com/ipython-contrib/pull/1169)
104+
[#1169](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1169)
105105
[@jcb91](https://github.com/jcb91)
106106
- `runtools` don't alter selection when running cells
107-
[#1145](https://github.com/ipython-contrib/pull/1145)
107+
[#1145](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1145)
108108
[@jcb91](https://github.com/jcb91)
109109
- `ExecuteTime` add preprocessor to execute notebook updating timing metadata
110-
[#1139](https://github.com/ipython-contrib/pull/1139)
110+
[#1139](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1139)
111111
[@jcb91](https://github.com/jcb91)
112112
- `snippets` Updated README
113-
[#1150](https://github.com/ipython-contrib/pull/1150)
113+
[#1150](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1150)
114114
[@chuaxr](https://github.com/chuaxr)
115115
- `code_prettify` Update `code_prettify.yaml`
116-
[#1162](https://github.com/ipython-contrib/pull/1162)
116+
[#1162](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1162)
117117
[@fehiepsi](https://github.com/fehiepsi)
118118

119119

@@ -186,7 +186,7 @@ New features and bugfixes:
186186
* [#1084](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084)
187187
[@jfbercher](https://github.com/jfbercher)
188188
fix for
189-
[#1083](https://github.com/ipython-contrib/issue/1083):
189+
[#1083](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1083):
190190
Revert full url in links to relative to the current page.
191191
* [#1091](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1091)
192192
[@fkoessel](https://github.com/fkoessel)
@@ -261,7 +261,7 @@ New features and bugfixes:
261261
[#1066](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1066)
262262
[@jfbercher](https://github.com/jfbercher)
263263
tentative fix for
264-
[#1065](https://github.com/ipython-contrib/issues/1065)
264+
[#1065](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1065)
265265
by updating jqueryui cdn and version
266266
- for various nbextensions
267267
[#1061](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1061)

0 commit comments

Comments
 (0)