Parcourir la source

docs: fix markdown link error

Lucas.Xu il y a 2 ans
Parent
commit
8e1f2e3e02
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      frontend/app_flowy/packages/flowy_editor/README.md

+ 2 - 2
frontend/app_flowy/packages/flowy_editor/README.md

@@ -73,11 +73,11 @@ flutter run
 
 ## How to customizes ...
 ### Customizing a component
-Please refer to [customizing.md](documentation/extending.md#extending-a-custom-component) for more details.
+Please refer to [customizing a component](documentation/customizing.md#customizing-a-custom-component) for more details.
 
 
 ### Customizing a shortcut event
-Please refer to [customizing.md](documentation/extending.md#extending-a-custom-shortcut-event) for more details.
+Please refer to [customizing a shortcut event](documentation/customizing.md#customizing-a-custom-shortcut-event) for more details.
 
 ## Code Examples
 * Customizing a component.