Skip to content

Commit d44aed6

Browse files
committed
📚 DOCS: Rename GitHub organisation
1 parent ad6dc71 commit d44aed6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎README.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ injects additional elements into the base markdown syntax highlighting grammar,
3434

3535
### Syntax Highlighting
3636

37-
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/ExecutableBookProject/myst-vs-code/master/images/Screenshot.png">
37+
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/executablebooks/myst-vs-code/master/images/Screenshot.png">
3838

3939
Embedded code blocks/cells can be utilised in their native language:
4040

41-
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/ExecutableBookProject/myst-vs-code/master/images/embedded-code.gif">
41+
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/executablebooks/myst-vs-code/master/images/embedded-code.gif">
4242

4343
### Hover and Autocompletion
4444

4545
Directive completion and hover is available for all built-in sphinx directives:
4646

47-
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/ExecutableBookProject/myst-vs-code/master/images/directive-completion.gif">
47+
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/executablebooks/myst-vs-code/master/images/directive-completion.gif">
4848

49-
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/ExecutableBookProject/myst-vs-code/master/images/directive-hover.gif">
49+
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/executablebooks/myst-vs-code/master/images/directive-hover.gif">
5050

5151
Snippet completions are also available for a number of Sphinx directives:
5252

53-
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/ExecutableBookProject/myst-vs-code/master/images/snippet-completion.gif">
53+
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/executablebooks/myst-vs-code/master/images/snippet-completion.gif">
5454

5555
### Preview Enhancement
5656

5757
This extension enhances VS Code's built-in Markdown previewer
5858
([see this guide for info](https://code.visualstudio.com/api/extension-guides/markdown-extension)), to properly render MyST syntax like directives and other extensions.
5959

60-
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/ExecutableBookProject/myst-vs-code/master/images/preview.gif">
60+
<img width="500" alt="screenshot" src="https://raw.githubusercontent.com/executablebooks/myst-vs-code/master/images/preview.gif">
6161

6262
If you encounter any issues with this, you can disable it with the `myst.preview.enable` [configuration setting][vscode-settings] (and please report it).
6363

@@ -188,6 +188,6 @@ VS Code Markdown extension exemplars were taken from [vscode/extensions/markdown
188188

189189
[vs-market-badge]: https://vsmarketplacebadge.apphb.com/version/ExecutableBookProject.myst-highlight.svg "Current Release"
190190
[vs-market-link]: https://marketplace.visualstudio.com/items?itemName=ExecutableBookProject.myst-highlight
191-
[github-ci-badge]: https://img.shields.io/github/workflow/status/ExecutableBookProject/myst-vs-code/Github-CI?label=Github-CI
192-
[github-ci-link]: https://github.com/ExecutableBookProject/myst-vs-code/actions
191+
[github-ci-badge]: https://img.shields.io/github/workflow/status/executablebooks/myst-vs-code/Github-CI?label=Github-CI
192+
[github-ci-link]: https://github.com/executablebooks/myst-vs-code/actions
193193
[vscode-settings]: https://code.visualstudio.com/docs/getstarted/settings

‎package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"license": "MIT",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/ExecutableBookProject/myst-vs-code.git"
17+
"url": "https://github.com/executablebooks/myst-vs-code.git"
1818
},
19-
"homepage": "https://github.com/ExecutableBookProject/myst-vs-code/blob/master/README.md",
19+
"homepage": "https://github.com/executablebooks/myst-vs-code/blob/master/README.md",
2020
"bugs": {
21-
"url": "https://github.com/ExecutableBookProject/myst-vs-code/issues/new/choose"
21+
"url": "https://github.com/executablebooks/myst-vs-code/issues/new/choose"
2222
},
2323
"categories": [
2424
"Programming Languages"

0 commit comments

Comments
 (0)