Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tools/doc/pkg-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ Packages from a GitLab repository. Full syntax:
\item \verb{<package>} is the name of the package. If this is missing, then
the name of the repository is used.
\item \verb{<project-path>} is typically the GitLab user or group name, but
it may contain subgroups.
it may contain subgroups. For GitLab instances that are not on gitlab.com, you
must also give the protocol and hostname as part of the project-path.
\item \verb{<repository>} is the name of the repository, or the project in GitLab
terminology. GitLab
\href{https://docs.gitlab.com/ee/user/group/subgroups/}{subgroups} are
Expand All @@ -290,6 +291,7 @@ Examples:
\if{html}{\out{<div class="sourceCode">}}\preformatted{gitlab::gaborcsardi/cli
gitlab::r-hub/filelock@main
gitlab::group/subgroup/subsubgroup/project/-/subdir@ref
gitlab::https://example.com/gaborcsardi/cli
}\if{html}{\out{</div>}}
}

Expand Down
Loading