zshshr closed pull request #301: [doc] fix relative link URL: https://github.com/apache/incubator-weex-site/pull/301
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/tools/toolkit.md b/docs/tools/toolkit.md index bcddde58b..e067c5d87 100644 --- a/docs/tools/toolkit.md +++ b/docs/tools/toolkit.md @@ -170,8 +170,8 @@ $ weex debug [we_file|bundles_dir] [options] #### How to integrate debugging tools into your own app Reference documentation: -- [1] [Integrated Weex Debugging Tool (Android)] (zh/guide/debug/integrate-devtool-to-android.html) -- [2] [Integrated Weex Debugging Tool (iOS)] (zh/guide/debug/integrate-devtool-to-ios.html) +- [1] [Integrated Weex Debugging Tool (Android)] (/guide/debug/integrate-devtool-to-android.html) +- [2] [Integrated Weex Debugging Tool (iOS)] (/guide/debug/integrate-devtool-to-ios.html) ### Code Quality Check diff --git a/docs/zh/tools/toolkit.md b/docs/zh/tools/toolkit.md index af187b5a0..0098bdb9a 100644 --- a/docs/zh/tools/toolkit.md +++ b/docs/zh/tools/toolkit.md @@ -172,8 +172,8 @@ $ weex debug [we_file|bundles_dir] [options] #### 如何集成调试工具到自己的APP 参考文档: -- [1] [集成Weex调试工具(Android)](zh/guide/debug/integrate-devtool-to-android.html) -- [2] [集成Weex调试工具 (iOS)](zh/guide/debug/integrate-devtool-to-ios.html) +- [1] [集成Weex调试工具(Android)](/zh/guide/debug/integrate-devtool-to-android.html) +- [2] [集成Weex调试工具 (iOS)](/zh/guide/debug/integrate-devtool-to-ios.html) ### 代码质量检查 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
