Commit 5fb7efba authored by Greg Messner's avatar Greg Messner
Browse files

Added links to the GitLab API pages (#551)

parent a0a47566
......@@ -26,6 +26,10 @@ import org.gitlab4j.api.utils.FileUtils;
/**
* This class provides an entry point to all the GitLab API repository calls.
* For more information on the repository APIs see:</p>
*
* <a href="https://docs.gitlab.com/ce/api/repositories.html">Repositories API</a>
* <a href="https://docs.gitlab.com/ce/api/branches.html">Branches API</a>
*/
public class RepositoryApi extends AbstractApi {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment