diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2018-09-21 14:39:53 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2018-09-22 17:23:18 +0100 |
commit | ae2694efe06807a24ada97bcdd55da91f51d3c59 (patch) | |
tree | f3222d26cf793d816119dd088b822f2afb92e66c /docs/sourcedocs.html | |
parent | c95dd966c4362ef75bab1664726533c017a9b331 (diff) |
docs: update repo URLs after GitLab move
I also updated the developer instructions; presumably someone who's been
given commit rights already knows how to clone a repository :)
A more useful thing is to show how to update the pushurl, and how to use
access tokens to push over HTTPS (especially for us at Intel, where
non-http traffic is a pain).
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'docs/sourcedocs.html')
-rw-r--r-- | docs/sourcedocs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 660dcb2ef0e..10a0810ad22 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -31,7 +31,7 @@ the <code>doxygen</code> directory and run <code>make</code>. <p> For an example of Doxygen usage in Mesa, see a recent source file -such as <a href="https://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/bufferobj.c">bufferobj.c</a>. +such as <a href="https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/main/bufferobj.c">bufferobj.c</a>. </p> |