You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/06/15 09:02:16 UTC

incubator-weex-site git commit: [link] fix the link of Edit it on GitHub

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 749cf9995 -> d669f0bc0


[link] fix the link of Edit it on GitHub


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d669f0bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d669f0bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d669f0bc

Branch: refs/heads/master
Commit: d669f0bc06a072b2c5ddb6666ea3691937f915c9
Parents: 749cf99
Author: 门柳 <ha...@alibaba-inc.com>
Authored: Fri Jun 15 17:01:58 2018 +0800
Committer: 门柳 <ha...@alibaba-inc.com>
Committed: Fri Jun 15 17:01:58 2018 +0800

----------------------------------------------------------------------
 themes/weex/layout/_partial/article.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d669f0bc/themes/weex/layout/_partial/article.ejs
----------------------------------------------------------------------
diff --git a/themes/weex/layout/_partial/article.ejs b/themes/weex/layout/_partial/article.ejs
index f66f588..8ea4db4 100644
--- a/themes/weex/layout/_partial/article.ejs
+++ b/themes/weex/layout/_partial/article.ejs
@@ -6,7 +6,7 @@
     <%- page_anchor(post.content) %>
     <div class="article-tips">
       <p class="tips-text">
-        <a target="_blank" href="https://github.com/apache/incubator-weex-site/tree/master/source<%- url_for(page.source)%>">Edit this page on GitHub</a>
+        <a target="_blank" href="https://github.com/apache/incubator-weex-site/edit/master/source<%- url_for(page.source)%>">Edit this page on GitHub</a>
       </p>
     </div>
   </div>