Skip to content

Commit 75be194

Browse files
committed
docs: fix broken table formatting warning
1 parent 74a6727 commit 75be194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developer/repoproviders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Currently supported providers, their prefixes and specs are:
2424
| GitHub | ``gh`` | ``<user>/<repo>/<commit-sha-or-tag-or-branch>`` | `GitHub <https://github.com/>`_ is a website for hosting and sharing git repositories. |
2525
+------------+--------------------+-------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2626
| GitLab | ``gl`` | ``<url-escaped-namespace>/<unresolved_ref>`` | `GitLab <https://about.gitlab.com/>`_ offers hosted as well as self-hosted git repositories. |
27-
| | | (e.g. ``group%2Fproject%2Frepo/main``) | |
27+
| | | (e.g. ``group%2Fproject%2Frepo/main``) | |
2828
+------------+--------------------+-------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
2929
| Gist | ``gist`` | ``<github-username>/<gist-id><commit-sha-or-tag>`` | `Gists <https://gist.github.com/>`_ are small collections of files stored on GitHub. They behave like lightweight repositories. |
3030
+------------+--------------------+-------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)