Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Browse files Browse the repository at this point in the history
Conflicts:
	docker/marathon.json
  • Loading branch information
dosire committed Jul 10, 2015
2 parents a69855f + aa33189 commit 5268135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/projects/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
%li
The import will time out after 4 minutes. For big repositories, use a clone/push combination.
%li
To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/migrating_from_svn.html"}.
To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}.

%hr.prepend-botton-10

Expand Down
2 changes: 1 addition & 1 deletion docker/marathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "DOCKER",
"docker": {
"network": "HOST",
"image": "sytse/gitlab-ce:7.10.1"
"image": "gitlab/gitlab-ce:latest"
},
"volumes": [
{
Expand Down

0 comments on commit 5268135

Please sign in to comment.