Skip to content

Commit

Permalink
Update SiteConstants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jan 21, 2015
1 parent f9d05cd commit a629676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/forge/website/SiteConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public interface SiteConstants
{
String SH_SCRIPT_URL = "https://raw.githubusercontent.com/forge/core/master/forge-install.sh";
String REPO_BASE_URL = "https://github.com/forge/website-data/raw/master";
String REPO_BASE_URL = "https://raw.githubusercontent.com/forge/website-data/master";

String ADDON_REPO_URL_CORE = REPO_BASE_URL + "/addons-core.yaml";
String ADDON_REPO_URL_COMMUNITY = REPO_BASE_URL + "/addons-community.yaml";
Expand Down

0 comments on commit a629676

Please sign in to comment.