Skip to content

Commit 5fa6949

Browse files
committed
Rename github => github_repo_url
1 parent 7b8ed80 commit 5fa6949

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ name: Spring Framework
2727
project: spring-framework
2828

2929
# Project github URL
30-
github: https://github.com/spring-projects/spring-framework
30+
github_repo_url: http://github.com/spring-projects/spring-framework
31+
3132

3233
# A forum link specific to this project
3334
forum: http://forum.springframework.io/forum/spring-projects/container

_includes/billboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="row-fluid">
1111
<div class="span8">
1212
<div class="project--links--container">
13-
<a href="{{ site.github }}" class="project-link">
13+
<a href="{{ site.github_repo_url }}" class="project-link">
1414
<i class="icon-github"></i>
1515
</a>
1616
<a href="{{ site.forum }}" class="project-link project-link-forum">

0 commit comments

Comments
 (0)