Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/issues/associate_zoom_meeting.md')
-rw-r--r--doc/user/project/issues/associate_zoom_meeting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/issues/associate_zoom_meeting.md b/doc/user/project/issues/associate_zoom_meeting.md
index 24775204c9f..a11fb4a7438 100644
--- a/doc/user/project/issues/associate_zoom_meeting.md
+++ b/doc/user/project/issues/associate_zoom_meeting.md
@@ -15,7 +15,7 @@ To associate a zoom meeting with an issue, you can use GitLab's
In an issue, leave a comment using the `/zoom` quick action followed by a valid Zoom link:
-```sh
+```shell
/zoom https://zoom.us/j/123456789
```
@@ -34,7 +34,7 @@ need to [remove it](#removing-an-existing-zoom-meeting-from-an-issue) first.
Similarly to adding a zoom meeting, you can remove it with a quick action:
-```sh
+```shell
/remove_zoom
```