Skip to content

Commit

Permalink
Merge branch 'main' into carbon-11
Browse files Browse the repository at this point in the history
  • Loading branch information
nmgokhale authored Mar 22, 2024
2 parents 7f880d3 + 866563d commit 09f454a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The Common Canvas tooling consists of two Node JS modules:
2) `Test harness`
See [here](https://github.com/elyra-ai/canvas/tree/main/canvas_modules/harness) for setting up local environment

## Documentation
* Elyra canvas documentation - https://elyra-ai.github.io/canvas/
* Elyra canvas playground (Test harness) - https://ibm.biz/elyra-canvas-test-harness

## Using local version of common-canvas and/or common-properties
Clone elyra/canvas
```sh
Expand Down
2 changes: 1 addition & 1 deletion canvas_modules/common-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Elyra common-canvas",
"main": "dist/common-canvas.js",
"module": "dist/common-canvas.es.js",
"homepage": "https://github.com/elyra-ai/canvas",
"homepage": "https://elyra-ai.github.io/canvas/",
"repository": {
"type": "git",
"url": "https://github.com/elyra-ai/canvas/tree/main/canvas_modules/common-canvas"
Expand Down

0 comments on commit 09f454a

Please sign in to comment.