Author: swapnilmmane Date: Wed Sep 12 14:23:18 2018 New Revision: 1840692 URL: http://svn.apache.org/viewvc?rev=1840692&view=rev Log: Fixed: Appended https protocol in ci.apache.org/projects/ofbiz/logs/ URL
Incorrect URL was formed in BuildBot document on confluence [1] due to missing https protocol. [1] https://cwiki.apache.org/confluence/display/OFBIZ/BuildBot Modified: ofbiz/tools/documentation/BuildBot/BuildBot.md Modified: ofbiz/tools/documentation/BuildBot/BuildBot.md URL: http://svn.apache.org/viewvc/ofbiz/tools/documentation/BuildBot/BuildBot.md?rev=1840692&r1=1840691&r2=1840692&view=diff ============================================================================== --- ofbiz/tools/documentation/BuildBot/BuildBot.md (original) +++ ofbiz/tools/documentation/BuildBot/BuildBot.md Wed Sep 12 14:23:18 2018 @@ -42,7 +42,7 @@ There is also the [RAT builder](https:// ### tests results -Here are the [test results](ci.apache.org/projects/ofbiz/logs/). The folders structure reflects the current svn repo structure. +Here are the [test results](https://ci.apache.org/projects/ofbiz/logs/). The folders structure reflects the current svn repo structure. ### Technical information When you create a new branch you need to let know BuildBot about it. This because BuildBot uses svn hooks to triggers builds on commits. [The file to change is here](https://github.com/apache/infrastructure-puppet/blob/deployment/modules/subversion_server/files/hooks/buildbot_project_paths)