This is an automated email from the ASF dual-hosted git repository.

wonook pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 174126e  update urls
174126e is described below

commit 174126e160217b9644f29488943854351e4d6c18
Author: Won Wook SONG <[email protected]>
AuthorDate: Sun Mar 4 15:09:22 2018 +0900

    update urls
---
 _config.yml        | 8 ++++----
 _layouts/docs.html | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_config.yml b/_config.yml
index fc4131d..ba3a4ab 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,10 +4,10 @@ email: [email protected]
 description: >
   A Data Processing System for Flexible Employment With Different Deployment 
Characteristics.
 
-baseurl: "/incubator-nemo" # the subpath of your site, e.g. /blog/
-url: https://apache.github.io/incubator-nemo/ # the base hostname & protocol 
for your site
-git_address: https://github.com/apache/incubator-nemo
-git_edit_address: https://github.com/apache/incubator-nemo
+baseurl: "/" # the subpath of your site, e.g. /blog/
+url: https://nemo.apache.org/ # the base hostname & protocol for your site
+git_address: https://github.com/apache/incubator-nemo-website
+git_edit_address: https://github.com/apache/incubator-nemo-website
 
 # theme options from https://bootswatch.com/
 # comment out this to use default Bootstrap
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 6769bec..f7fc33b 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -13,7 +13,7 @@ layout: default
             <div id="markdown-content-container">{{ content }}</div>
             <p class="text-center">
               <br />
-              <a target="_blank" 
href="{{site.git_edit_address}}/tree/gh-pages/{{ page.path }}" class="btn 
btn-default btn-sm githubEditButton" role="button">
+              <a target="_blank" 
href="{{site.git_edit_address}}/tree/asf-site/{{ page.path }}" class="btn 
btn-default btn-sm githubEditButton" role="button">
                 <i class="fa fa-pencil"></i> Improve this page
               </a>
             </p>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to