From 5effdab56a478ce2ffe42e2ce271a8b31c1e8c12 Mon Sep 17 00:00:00 2001 From: osborn Date: Tue, 7 Sep 2021 16:53:04 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9eea065..eddadcb8 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ Doric includes a scaffolding tool `doric-cli` and a debug tool `Devkit`, offerin > Documentation: [https://doric.pub](https://doric.pub) * Open the web page directly: [Doric Playgroud](https://p.doric.pub/play/?e=167#example/HelloDoric.ts) and experience coding style rapidly * With `doric-cli` command line interfaces, you can create Doric applications, reference here by [Installation & Usage](https://doric.pub/docs/index.html#%E5%AE%89%E8%A3%85Doric) -* Use Doric in your existing Android project, reference here by [Use Doric in Android](https://doric.pub/api/android.html) -* Use Doric in your existing iOS project, reference here by [Use Doric in iOS](https://doric.pub/api/ios.html) +* Use Doric in your existing Android project, reference here by [Use Doric in Android](https://doric.pub/docs/android.html) +* Use Doric in your existing iOS project, reference here by [Use Doric in iOS](https://doric.pub/docs/ios.html) ## Example code With the following different ways to experience code style in Doric