Skip to content

Commit 46ee6b4

Browse files
fix: replace relative links with absolute links (#2072)
Co-authored-by: Animesh Kumar <kumaranimesh923@gmail.com> Co-authored-by: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com>
1 parent 299609e commit 46ee6b4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,35 +49,35 @@ This is what you need to do to kick it off:
4949

5050
1. Log into [Restream.io](https://app.restream.io/home) and select `Encoder|RMTP (Stream from OBS,Zoom,VMix,etc.)` option:
5151

52-
<img src="../../assets/meetings/stream1.png" width="50%" alt="Restream: Encoder | RTMP option selected"/>
52+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/stream1.png" width="50%" alt="Restream: Encoder | RTMP option selected"/>
5353

5454
1. Click `Update Titles` card:
5555

56-
<img src="../../assets/meetings/stream2.png" width="50%" alt="Restream: Update Titles card" />
56+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/stream2.png" width="50%" alt="Restream: Update Titles card" />
5757

5858
1. Provide title and description:
5959

6060
- Title for the live stream that corresponds to the meeting you just started.
6161
- Provide a meeting description even if you plan to leave it brief; otherwise, the previous description from another stream might be reused.
6262
- Add a thumbnail for the stream, as platforms like YouTube require one.
6363

64-
<img src="../../assets/meetings/stream3.png" width="50%" alt="Restream: Provide title, description, and thumbnail screen" />
64+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/stream3.png" width="50%" alt="Restream: Provide title, description, and thumbnail screen" />
6565

6666
1. In Zoom, click the `Live Transcript` button to start transcribing the meeting:
6767

68-
![Live Transcript](../../assets/meetings/zoom1.png)
68+
![Live Transcript](https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/zoom1.png)
6969

7070
1. Confirm transcriptions with `Enable` button:
7171

72-
![Enable Transcript](../../assets/meetings/zoom2.png)
72+
![Enable Transcript](https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/zoom2.png)
7373

7474
1. Click `More`:
7575

76-
![More Options](../../assets/meetings/zoom3.png)
76+
![More Options](https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/zoom3.png)
7777

7878
1. Select `Live on Custom Live Stream Service` option to start streaming to Restream and, therefore, to official AsyncAPI social networks:
7979

80-
![Live on Custom Live Stream Service](../../assets/meetings/zoom4.png)
80+
![Live on Custom Live Stream Service](https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/zoom4.png)
8181

8282
#### Restream-first
8383

@@ -87,48 +87,48 @@ This is what you need to do to kick it off:
8787

8888
1. In [YouTube](https://youtube.com), click on your profile picture and select `Switch account`:
8989

90-
<img src="../../assets/meetings/yt1.png" width="40%" alt="Switch account to AsyncAPI"/>
90+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/yt1.png" width="40%" alt="Switch account to AsyncAPI"/>
9191

9292
1. Select `AsyncAPI`. If you do not see it on the list, it means you did not have all the access rights needed to set up a live stream:
9393

94-
<img src="../../assets/meetings/yt2.png" width="40%" alt="AsyncAPI option" />
94+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/yt2.png" width="40%" alt="AsyncAPI option" />
9595

9696
1. Click on `Create` and select `Go live`:
9797

98-
<img src="../../assets/meetings/yt3.png" width="40%" alt="Create and Go Live options"/>
98+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/yt3.png" width="40%" alt="Create and Go Live options"/>
9999

100-
1. Once a new live stream is created, in the list of `Upcoming` streams, click `View in Live Control Room` <img src="../../assets/meetings/yt5.png" width="3%" alt="Live icon" /> icon next to your live stream:
100+
1. Once a new live stream is created, in the list of `Upcoming` streams, click `View in Live Control Room` <img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/yt5.png" width="3%" alt="Live icon" /> icon next to your live stream:
101101

102-
<img src="../../assets/meetings/yt4.png" width="50%" alt="View in Live Control Room"/>
102+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/yt4.png" width="50%" alt="View in Live Control Room"/>
103103

104104
1. Enable `Closed captions`:
105105

106-
<img src="../../assets/meetings/yt6.png" width="50%" alt="Enable closed captions button"/>
106+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/yt6.png" width="50%" alt="Enable closed captions button"/>
107107

108108
1. Log into [Restream.io](https://app.restream.io/home) and select `Start with Studio` option:
109109

110-
<img src="../../assets/meetings/restream1.png" width="50%" alt="Restream: Start with studio option" />
110+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/restream1.png" width="50%" alt="Restream: Start with studio option" />
111111

112112
1. After enabling the audio, video and providing the name, you will see a Restream Studio.
113113

114114
1. `Edit` the title and description of the stream:
115115

116-
<img src="../../assets/meetings/restream4.png" width="50%" alt="Restream: edit title and description" />
116+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/restream4.png" width="50%" alt="Restream: edit title and description" />
117117

118118
1. Provide title and description and click `Next`:
119119

120120
- Title for the live stream that corresponds with the meeting you just started,
121121
- Meeting description must be provided even if the field is empty; otherwise, the old one from other streams will be used.
122122

123-
<img src="../../assets/meetings/restream5.png" width="50%" alt="Restream: Providing stream details"/>
123+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/restream5.png" width="50%" alt="Restream: Providing stream details"/>
124124

125125
1. `Edit` YouTube destination:
126126

127-
<img src="../../assets/meetings/restream6.png" width="40%" alt="Restream: YouTube destination" />
127+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/restream6.png" width="40%" alt="Restream: YouTube destination" />
128128

129129
1. Make sure you do not create a new event, but select the one you already created on YouTube, with closed captions on:
130130

131-
<img src="../../assets/meetings/restream7.png" width="40%" alt="Restream: Create event" />
131+
<img src="https://raw.githubusercontent.com/asyncapi/community/master/assets/meetings/restream7.png" width="40%" alt="Restream: Create event" />
132132

133133
1. You are ready to `Go Live`
134134

0 commit comments

Comments
 (0)