You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/05/31 22:05:59 UTC

[2/3] bahir-website git commit: [MINOR] Fix repository url

[MINOR] Fix repository url


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/b40e5b5a
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/b40e5b5a
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/b40e5b5a

Branch: refs/heads/master
Commit: b40e5b5aa7b012db0780526e64eec8bff688ef52
Parents: 9c8b71e
Author: Luciano Resende <lr...@apache.org>
Authored: Tue May 31 15:03:21 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Tue May 31 15:03:21 2016 -0700

----------------------------------------------------------------------
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/b40e5b5a/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 00330c9..d59c641 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -17,7 +17,7 @@ markdown: kramdown
 permalink: /news/:year/:month/:day/:title/
 excerpt_separator: ""
 
-repository: https://github.com/apache/apache-website-template
+repository: https://github.com/apache/bahir-website
 destination: _site
 exclude: [README.md,Gemfile*]
 keep_files: [".git", ".svn", "apidocs"]