Skip to content

Commit 05f6530

Browse files
authored
Merge pull request #453 from billdenney/fix-452
2 parents 74c4a6f + 9aceae6 commit 05f6530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/doc/pkg-refs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ Packages from a GitLab repository. Full syntax:
268268
\item \verb{<package>} is the name of the package. If this is missing, then
269269
the name of the repository is used.
270270
\item \verb{<project-path>} is typically the GitLab user or group name, but
271-
it may contain subgroups.
271+
it may contain subgroups. For GitLab instances that are not on gitlab.com, you
272+
must also give the protocol and hostname as part of the project-path.
272273
\item \verb{<repository>} is the name of the repository, or the project in GitLab
273274
terminology. GitLab
274275
\href{https://docs.gitlab.com/ee/user/group/subgroups/}{subgroups} are
@@ -290,6 +291,7 @@ Examples:
290291
\if{html}{\out{<div class="sourceCode">}}\preformatted{gitlab::gaborcsardi/cli
291292
gitlab::r-hub/filelock@main
292293
gitlab::group/subgroup/subsubgroup/project/-/subdir@ref
294+
gitlab::https://example.com/gaborcsardi/cli
293295
}\if{html}{\out{</div>}}
294296
}
295297

0 commit comments

Comments
 (0)