From add0150f06d27d67ca0c8b5235e66fe1b6a59b8d Mon Sep 17 00:00:00 2001 From: Subhajit Ghosh Date: Wed, 27 Mar 2024 10:56:06 +0530 Subject: [PATCH] Remove slack changes Signed-off-by: Subhajit Ghosh --- docs/ref-web-components-overview.md | 4 ++-- docs/started-resources.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ref-web-components-overview.md b/docs/ref-web-components-overview.md index 004d2e45..407f15ca 100644 --- a/docs/ref-web-components-overview.md +++ b/docs/ref-web-components-overview.md @@ -17,8 +17,8 @@ The Contract Editor component provides a rich-text content editor for contract t The contract editor does not support templates which use the following CiceroMark features: -* Lists containing [nested lists](markup-commonmark.md#nested-lists) -* List blocks [list blocks](markup-commonmark.md#list-blocks) +* Lists containing [nested lists](markup-commonmark#nested-lists) +* Templates [list blocks](markup-blocks#list-blocks) ## Error Logger diff --git a/docs/started-resources.md b/docs/started-resources.md index 2e19e4a8..a069b8ee 100644 --- a/docs/started-resources.md +++ b/docs/started-resources.md @@ -30,8 +30,8 @@ Accord Project is also developing tools to help with authoring, testing and runn ### User Interface Components -- [Markdown Editor](https://github.com/accordproject/markdown-editor): a general purpose react component for markdown rendering and editing -- [Cicero UI](https://github.com/accordproject/cicero-ui): a library of react components for visualizing, creating and editing Accord Project templates +- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing +- [Contract Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-contract-editor): a rich-text content editor for contract text with embedded clauses. ## Developers Resources