Skip to content

Commit e7ff4cd

Browse files
fix(codelabs): incorrectly-formatted hyperlink #2389
1 parent e767597 commit e7ff4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/custom_renderer/custom_renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This codelab will add code to the Blockly sample app to create and use a new cus
4141

4242
### The application
4343

44-
Use the (`npx @blockly/create-package app`)[https://www.npmjs.com/package/@blockly/create-package) command to create a standalone application that contains a sample setup of Blockly, including custom blocks and a display of the generated code and output.
44+
Use the Use the [`npx @blockly/create-package`](https://www.npmjs.com/package/@blockly/create-package) command to create a standalone application that contains a sample setup of Blockly, including custom blocks and a display of the generated code and output.
4545
1. Run `npx @blockly/create-package app custom-renderer-codelab`. This will create a blockly application in the folder `custom-renderer-codelab`.
4646
1. `cd` into the new directory: `cd custom-renderer-codelab`.
4747
1. Run `npm start` to start the server and run the sample application.

0 commit comments

Comments
 (0)