Commit 5fa6949b authored by Chris Beams's avatar Chris Beams

Rename github => github_repo_url

parent 7b8ed805
...@@ -27,7 +27,8 @@ name: Spring Framework ...@@ -27,7 +27,8 @@ name: Spring Framework
project: spring-framework project: spring-framework
# Project github URL # Project github URL
github: https://github.com/spring-projects/spring-framework github_repo_url: http://github.com/spring-projects/spring-framework
# A forum link specific to this project # A forum link specific to this project
forum: http://forum.springframework.io/forum/spring-projects/container forum: http://forum.springframework.io/forum/spring-projects/container
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="row-fluid"> <div class="row-fluid">
<div class="span8"> <div class="span8">
<div class="project--links--container"> <div class="project--links--container">
<a href="{{ site.github }}" class="project-link"> <a href="{{ site.github_repo_url }}" class="project-link">
<i class="icon-github"></i> <i class="icon-github"></i>
</a> </a>
<a href="{{ site.forum }}" class="project-link project-link-forum"> <a href="{{ site.forum }}" class="project-link project-link-forum">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment