diff options
| author | Avinash <avinash.mishra.fresher@gmail.com> | 2019-10-10 13:50:13 +0900 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2019-10-10 10:46:39 +0400 |
| commit | 3526241ae51432bc3fdb96f33416aa3c7a60e5ae (patch) | |
| tree | 73ba76b162fad880ea955cda8c49614c00efe74f | |
| parent | use direct url for create new personal access token (diff) | |
| download | githunt-3526241ae51432bc3fdb96f33416aa3c7a60e5ae.tar.gz | |
changed jupyter value to support filtering from github api.
| -rw-r--r-- | src/components/filters/language-filter/languages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/filters/language-filter/languages.json b/src/components/filters/language-filter/languages.json index 596c600..c651dcd 100644 --- a/src/components/filters/language-filter/languages.json +++ b/src/components/filters/language-filter/languages.json @@ -529,7 +529,7 @@ }, { "title": "Jupyter", - "value": "Jupyter" + "value": "Jupyter-notebook" }, { "title": "KiCad", |
