Skip to content

Commit

Permalink
Update links to the repo (#2)
Browse files Browse the repository at this point in the history
* Update links to the repo

* Update links

* Update link to the screencast

* lint
  • Loading branch information
jtpio authored Jun 24, 2024
1 parent f8a649b commit c66e186
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ kind: frontend
labextension_name: jupyterlab-codestral
project_short_description: Codestral AI code completions for JupyterLab
python_name: jupyterlab_codestral
repository: https://github.com/jtpio/jupyterlab-codestral
repository: https://github.com/jupyterlite/jupyterlab-codestral
test: false

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# jupyterlab-codestral

[![Github Actions Status](https://github.com/jtpio/jupyterlab-codestral/workflows/Build/badge.svg)](https://github.com/jtpio/jupyterlab-codestral/actions/workflows/build.yml)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jtpio.github.io/jupyterlab-codestral/lab/index.html)
[![Github Actions Status](https://github.com/jupyterlite/jupyterlab-codestral/workflows/Build/badge.svg)](https://github.com/jupyterlite/jupyterlab-codestral/actions/workflows/build.yml)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/jupyterlab-codestral/lab/index.html)

AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered by MistralAI ✨

[a screencast showing the Codestral extension in JupyterLite](https://github.com/jtpio/jupyterlab-codestral/assets/591645/b63a84de-32bf-449c-8b48-7d71494b88b9)
[a screencast showing the Codestral extension in JupyterLite](https://github.com/jupyterlite/jupyterlab-codestral/assets/591645/855c4e3e-3a63-4868-8052-5c9909922c21)

## Requirements

Expand All @@ -20,7 +20,7 @@ AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered

You can try the extension in your browser using JupyterLite:

[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jtpio.github.io/jupyterlab-codestral/lab/index.html)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/jupyterlab-codestral/lab/index.html)

See the [Usage](#usage) section below for more information on how to provide your API key.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jtpio/jupyterlab-codestral",
"homepage": "https://github.com/jupyterlite/jupyterlab-codestral",
"bugs": {
"url": "https://github.com/jtpio/jupyterlab-codestral/issues"
"url": "https://github.com/jupyterlite/jupyterlab-codestral/issues"
},
"license": "BSD-3-Clause",
"author": "Jeremy Tuloup",
Expand All @@ -24,7 +24,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jtpio/jupyterlab-codestral.git"
"url": "https://github.com/jupyterlite/jupyterlab-codestral.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit c66e186

Please sign in to comment.