Skip to content

Commit a9b9a28

Browse files
authored
docs: update broken VS Code extension links to Accord Project (#485)
Signed-off-by: Vaishnavi <[email protected]>
1 parent 378b0a0 commit a9b9a28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/started-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Accord Project is also developing tools to help with authoring, testing and runn
2424
### Editors
2525

2626
- [Template Studio](https://studio.accordproject.org/): a Web-based editor for Accord Project templates
27-
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension): an Accord Project extension to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor
27+
- [VSCode Extension][VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension): an Accord Project extension (Concerto) to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor
2828
- [Emacs Mode](https://github.com/accordproject/ergo/tree/master/ergo.emacs): Emacs Major mode for Ergo (alpha)
2929
- [VIM Plugin](https://github.com/accordproject/ergo/tree/master/ergo.vim): VIM plugin for Ergo (alpha)
3030

docs/tutorial-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bash-3.2$
5656
```
5757
5858
:::tip
59-
You may find it easier to edit the grammar, model and logic for your template in [VSCode](https://code.visualstudio.com/), installing the [Accord Project extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension). The extension gives you syntax highlighting and parser errors within VS Code.
59+
You may find it easier to edit the grammar, model and logic for your template in [VSCode Extension][VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension): an Accord Project extension (Concerto) to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor
6060
6161
For more information on how to use VS Code with the Accord Project extension, please consult the [Using the VS Code extension](tutorial-vscode) tutorial.
6262
:::

docs/tutorial-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To follow this tutorial on how to use the Cicero VS Code extension, we recommend
1414
1. [Yeoman](https://yeoman.io)
1515
1. [Accord Project Yeoman Generator](https://github.com/accordproject/cicero/tree/master/packages/generator-cicero-template)
1616
1. [Camel Tooling Yeoman VS Code extension](https://marketplace.visualstudio.com/items?itemName=camel-tooling.yo)
17-
1. [Accord Project VS Code extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension)
17+
1. [Accord Project VS Code extension](https://marketplace.visualstudio.com/items?itemName=accordproject.concerto-vscode-extension)
1818

1919
## Video Tutorial
2020

0 commit comments

Comments
 (0)