Browse Source

docs: fix docs link in readme (#6486)

* docs: fix docs link in readme

* update changelog
Aakansha Doshi 2 years ago
parent
commit
ff3c2e5a16
2 changed files with 8 additions and 2 deletions
  1. 6 0
      src/packages/excalidraw/CHANGELOG.md
  2. 2 2
      src/packages/excalidraw/README.md

+ 6 - 0
src/packages/excalidraw/CHANGELOG.md

@@ -11,6 +11,12 @@ The change should be grouped under one of the below section and must contain PR
 Please add the latest change on the top under the correct section.
 Please add the latest change on the top under the correct section.
 -->
 -->
 
 
+## Unreleased
+
+### Docs
+
+- Fix docs link in readme [#6486](https://github.com/excalidraw/excalidraw/pull/6486)
+
 ## 0.15.1 (2023-04-18)
 ## 0.15.1 (2023-04-18)
 
 
 ### Docs
 ### Docs

+ 2 - 2
src/packages/excalidraw/README.md

@@ -38,8 +38,8 @@ Excalidraw takes _100%_ of `width` and `height` of the containing block so make
 
 
 ## Integration
 ## Integration
 
 
-Head over to the [docs](https://docs.excalidraw.com/docs/package/integration)
+Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/integration)
 
 
 ## API
 ## API
 
 
-Head over to the [docs](https://docs.excalidraw.com/docs/package/api)
+Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api)