浏览代码

update github link

charnpreetsingh185 8 年之前
父节点
当前提交
11b145819a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/faq/plugin.ts

+ 2 - 2
src/faq/plugin.ts

@@ -287,7 +287,7 @@ class FaqWidget extends VDomWidget<FaqModel> {
         h.li({className: ANSWER_CLASS},
           'You can open an issue on our ',
           h.a({className: ANCHOR_CLASS,
-               href: 'https://github.com/jupyter/jupyterlab/issues',
+               href: 'https://github.com/jupyterlab/jupyterlab/issues',
                target: '_blank'},
             'github repository'
           ),
@@ -321,7 +321,7 @@ class FaqWidget extends VDomWidget<FaqModel> {
           ),
           '. Also, feel free to ask questions on our ',
           h.a({className: ANCHOR_CLASS,
-               href: 'https://github.com/jupyter/jupyterlab',
+               href: 'https://github.com/jupyterlab/jupyterlab',
                target: '_blank'},
                'github'
           ),