diff --git a/docs/ref-web-components-overview.md b/docs/ref-web-components-overview.md
index 004d2e4..407f15c 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 2e19e4a..a069b8e 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