From 5551136488af7b53d7f8c6d958e772830c383434 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 14 Mar 2018 16:38:22 +0100 Subject: [PATCH] fix link to build --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3abfcb45f..0e59b68b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,6 @@ https://guides.github.com/activities/contributing-to-open-source/ 5: After the pull request is merged, abapmerge will automatically run to build the non-include version of abapGit. -Every time a commit is pushed to the master branch, https://travis-ci.org/ will be triggered to perform the build. It will use [abapmerge](https://github.com/larshp/abapmerge) to merge all the includes into a single file, the build can be downloaded from http://larshp.github.io/abapGit/build/zabapgit.txt +Every time a commit is pushed to the master branch, https://travis-ci.org/ will be triggered to perform the build. It will use [abapmerge](https://github.com/larshp/abapmerge) to merge all the includes into a single file, the build can be downloaded from https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap Alternatively, use the GitHub webinterface to change the files and submit a pull request.