Skip to content

Commit df47c32

Browse files
authored
fixed broken link related to documenation of modals. (#1448)
1 parent ebdfe45 commit df47c32

File tree

8 files changed

+63
-63
lines changed

8 files changed

+63
-63
lines changed

docs/api-docs/slack_sdk/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5208,7 +5208,7 @@ <h2 id="note">Note</h2>
52085208
) -&gt; SlackResponse:
52095209
&#34;&#34;&#34;Open a view for a user.
52105210
https://api.slack.com/methods/views.open
5211-
See https://api.slack.com/block-kit/surfaces/modals for details.
5211+
See https://api.slack.com/surfaces/modals for details.
52125212
&#34;&#34;&#34;
52135213
kwargs.update({&#34;trigger_id&#34;: trigger_id})
52145214
if isinstance(view, View):
@@ -5230,7 +5230,7 @@ <h2 id="note">Note</h2>
52305230
Push a new view onto the existing view stack by passing a view
52315231
payload and a valid trigger_id generated from an interaction
52325232
within the existing modal.
5233-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
5233+
Read the modals documentation (https://api.slack.com/surfaces/modals)
52345234
to learn more about the lifecycle and intricacies of views.
52355235
https://api.slack.com/methods/views.push
52365236
&#34;&#34;&#34;
@@ -5255,7 +5255,7 @@ <h2 id="note">Note</h2>
52555255
&#34;&#34;&#34;Update an existing view.
52565256
Update a view by passing a new view definition along with the
52575257
view_id returned in views.open or the external_id.
5258-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
5258+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
52595259
to learn more about updating views and avoiding race conditions with the hash argument.
52605260
https://api.slack.com/methods/views.update
52615261
&#34;&#34;&#34;
@@ -13175,7 +13175,7 @@ <h3>Methods</h3>
1317513175
<dd>
1317613176
<div class="desc"><p>Open a view for a user.
1317713177
<a href="https://api.slack.com/methods/views.open">https://api.slack.com/methods/views.open</a>
13178-
See <a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a> for details.</p></div>
13178+
See <a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a> for details.</p></div>
1317913179
<details class="source">
1318013180
<summary>
1318113181
<span>Expand source code</span>
@@ -13189,7 +13189,7 @@ <h3>Methods</h3>
1318913189
) -&gt; SlackResponse:
1319013190
&#34;&#34;&#34;Open a view for a user.
1319113191
https://api.slack.com/methods/views.open
13192-
See https://api.slack.com/block-kit/surfaces/modals for details.
13192+
See https://api.slack.com/surfaces/modals for details.
1319313193
&#34;&#34;&#34;
1319413194
kwargs.update({&#34;trigger_id&#34;: trigger_id})
1319513195
if isinstance(view, View):
@@ -13244,7 +13244,7 @@ <h3>Methods</h3>
1324413244
Push a new view onto the existing view stack by passing a view
1324513245
payload and a valid trigger_id generated from an interaction
1324613246
within the existing modal.
13247-
Read the modals documentation (<a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a>)
13247+
Read the modals documentation (<a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a>)
1324813248
to learn more about the lifecycle and intricacies of views.
1324913249
<a href="https://api.slack.com/methods/views.push">https://api.slack.com/methods/views.push</a></p></div>
1325013250
<details class="source">
@@ -13262,7 +13262,7 @@ <h3>Methods</h3>
1326213262
Push a new view onto the existing view stack by passing a view
1326313263
payload and a valid trigger_id generated from an interaction
1326413264
within the existing modal.
13265-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
13265+
Read the modals documentation (https://api.slack.com/surfaces/modals)
1326613266
to learn more about the lifecycle and intricacies of views.
1326713267
https://api.slack.com/methods/views.push
1326813268
&#34;&#34;&#34;
@@ -13283,7 +13283,7 @@ <h3>Methods</h3>
1328313283
<div class="desc"><p>Update an existing view.
1328413284
Update a view by passing a new view definition along with the
1328513285
view_id returned in views.open or the external_id.
13286-
See the modals documentation (<a href="https://api.slack.com/block-kit/surfaces/modals#updating_views">https://api.slack.com/block-kit/surfaces/modals#updating_views</a>)
13286+
See the modals documentation (<a href="https://api.slack.com/surfaces/modals#updating_views">https://api.slack.com/surfaces/modals#updating_views</a>)
1328713287
to learn more about updating views and avoiding race conditions with the hash argument.
1328813288
<a href="https://api.slack.com/methods/views.update">https://api.slack.com/methods/views.update</a></p></div>
1328913289
<details class="source">
@@ -13302,7 +13302,7 @@ <h3>Methods</h3>
1330213302
&#34;&#34;&#34;Update an existing view.
1330313303
Update a view by passing a new view definition along with the
1330413304
view_id returned in views.open or the external_id.
13305-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
13305+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
1330613306
to learn more about updating views and avoiding race conditions with the hash argument.
1330713307
https://api.slack.com/methods/views.update
1330813308
&#34;&#34;&#34;

docs/api-docs/slack_sdk/web/async_client.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5007,7 +5007,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
50075007
) -&gt; AsyncSlackResponse:
50085008
&#34;&#34;&#34;Open a view for a user.
50095009
https://api.slack.com/methods/views.open
5010-
See https://api.slack.com/block-kit/surfaces/modals for details.
5010+
See https://api.slack.com/surfaces/modals for details.
50115011
&#34;&#34;&#34;
50125012
kwargs.update({&#34;trigger_id&#34;: trigger_id})
50135013
if isinstance(view, View):
@@ -5029,7 +5029,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
50295029
Push a new view onto the existing view stack by passing a view
50305030
payload and a valid trigger_id generated from an interaction
50315031
within the existing modal.
5032-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
5032+
Read the modals documentation (https://api.slack.com/surfaces/modals)
50335033
to learn more about the lifecycle and intricacies of views.
50345034
https://api.slack.com/methods/views.push
50355035
&#34;&#34;&#34;
@@ -5054,7 +5054,7 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
50545054
&#34;&#34;&#34;Update an existing view.
50555055
Update a view by passing a new view definition along with the
50565056
view_id returned in views.open or the external_id.
5057-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
5057+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
50585058
to learn more about updating views and avoiding race conditions with the hash argument.
50595059
https://api.slack.com/methods/views.update
50605060
&#34;&#34;&#34;
@@ -10175,7 +10175,7 @@ <h2 id="note">Note</h2>
1017510175
) -&gt; AsyncSlackResponse:
1017610176
&#34;&#34;&#34;Open a view for a user.
1017710177
https://api.slack.com/methods/views.open
10178-
See https://api.slack.com/block-kit/surfaces/modals for details.
10178+
See https://api.slack.com/surfaces/modals for details.
1017910179
&#34;&#34;&#34;
1018010180
kwargs.update({&#34;trigger_id&#34;: trigger_id})
1018110181
if isinstance(view, View):
@@ -10197,7 +10197,7 @@ <h2 id="note">Note</h2>
1019710197
Push a new view onto the existing view stack by passing a view
1019810198
payload and a valid trigger_id generated from an interaction
1019910199
within the existing modal.
10200-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
10200+
Read the modals documentation (https://api.slack.com/surfaces/modals)
1020110201
to learn more about the lifecycle and intricacies of views.
1020210202
https://api.slack.com/methods/views.push
1020310203
&#34;&#34;&#34;
@@ -10222,7 +10222,7 @@ <h2 id="note">Note</h2>
1022210222
&#34;&#34;&#34;Update an existing view.
1022310223
Update a view by passing a new view definition along with the
1022410224
view_id returned in views.open or the external_id.
10225-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
10225+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
1022610226
to learn more about updating views and avoiding race conditions with the hash argument.
1022710227
https://api.slack.com/methods/views.update
1022810228
&#34;&#34;&#34;
@@ -18142,7 +18142,7 @@ <h3>Methods</h3>
1814218142
<dd>
1814318143
<div class="desc"><p>Open a view for a user.
1814418144
<a href="https://api.slack.com/methods/views.open">https://api.slack.com/methods/views.open</a>
18145-
See <a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a> for details.</p></div>
18145+
See <a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a> for details.</p></div>
1814618146
<details class="source">
1814718147
<summary>
1814818148
<span>Expand source code</span>
@@ -18156,7 +18156,7 @@ <h3>Methods</h3>
1815618156
) -&gt; AsyncSlackResponse:
1815718157
&#34;&#34;&#34;Open a view for a user.
1815818158
https://api.slack.com/methods/views.open
18159-
See https://api.slack.com/block-kit/surfaces/modals for details.
18159+
See https://api.slack.com/surfaces/modals for details.
1816018160
&#34;&#34;&#34;
1816118161
kwargs.update({&#34;trigger_id&#34;: trigger_id})
1816218162
if isinstance(view, View):
@@ -18211,7 +18211,7 @@ <h3>Methods</h3>
1821118211
Push a new view onto the existing view stack by passing a view
1821218212
payload and a valid trigger_id generated from an interaction
1821318213
within the existing modal.
18214-
Read the modals documentation (<a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a>)
18214+
Read the modals documentation (<a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a>)
1821518215
to learn more about the lifecycle and intricacies of views.
1821618216
<a href="https://api.slack.com/methods/views.push">https://api.slack.com/methods/views.push</a></p></div>
1821718217
<details class="source">
@@ -18229,7 +18229,7 @@ <h3>Methods</h3>
1822918229
Push a new view onto the existing view stack by passing a view
1823018230
payload and a valid trigger_id generated from an interaction
1823118231
within the existing modal.
18232-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
18232+
Read the modals documentation (https://api.slack.com/surfaces/modals)
1823318233
to learn more about the lifecycle and intricacies of views.
1823418234
https://api.slack.com/methods/views.push
1823518235
&#34;&#34;&#34;
@@ -18250,7 +18250,7 @@ <h3>Methods</h3>
1825018250
<div class="desc"><p>Update an existing view.
1825118251
Update a view by passing a new view definition along with the
1825218252
view_id returned in views.open or the external_id.
18253-
See the modals documentation (<a href="https://api.slack.com/block-kit/surfaces/modals#updating_views">https://api.slack.com/block-kit/surfaces/modals#updating_views</a>)
18253+
See the modals documentation (<a href="https://api.slack.com/surfaces/modals#updating_views">https://api.slack.com/surfaces/modals#updating_views</a>)
1825418254
to learn more about updating views and avoiding race conditions with the hash argument.
1825518255
<a href="https://api.slack.com/methods/views.update">https://api.slack.com/methods/views.update</a></p></div>
1825618256
<details class="source">
@@ -18269,7 +18269,7 @@ <h3>Methods</h3>
1826918269
&#34;&#34;&#34;Update an existing view.
1827018270
Update a view by passing a new view definition along with the
1827118271
view_id returned in views.open or the external_id.
18272-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
18272+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
1827318273
to learn more about updating views and avoiding race conditions with the hash argument.
1827418274
https://api.slack.com/methods/views.update
1827518275
&#34;&#34;&#34;

docs/api-docs/slack_sdk/web/client.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4998,7 +4998,7 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
49984998
) -&gt; SlackResponse:
49994999
&#34;&#34;&#34;Open a view for a user.
50005000
https://api.slack.com/methods/views.open
5001-
See https://api.slack.com/block-kit/surfaces/modals for details.
5001+
See https://api.slack.com/surfaces/modals for details.
50025002
&#34;&#34;&#34;
50035003
kwargs.update({&#34;trigger_id&#34;: trigger_id})
50045004
if isinstance(view, View):
@@ -5020,7 +5020,7 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
50205020
Push a new view onto the existing view stack by passing a view
50215021
payload and a valid trigger_id generated from an interaction
50225022
within the existing modal.
5023-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
5023+
Read the modals documentation (https://api.slack.com/surfaces/modals)
50245024
to learn more about the lifecycle and intricacies of views.
50255025
https://api.slack.com/methods/views.push
50265026
&#34;&#34;&#34;
@@ -5045,7 +5045,7 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
50455045
&#34;&#34;&#34;Update an existing view.
50465046
Update a view by passing a new view definition along with the
50475047
view_id returned in views.open or the external_id.
5048-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
5048+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
50495049
to learn more about updating views and avoiding race conditions with the hash argument.
50505050
https://api.slack.com/methods/views.update
50515051
&#34;&#34;&#34;
@@ -10166,7 +10166,7 @@ <h2 id="note">Note</h2>
1016610166
) -&gt; SlackResponse:
1016710167
&#34;&#34;&#34;Open a view for a user.
1016810168
https://api.slack.com/methods/views.open
10169-
See https://api.slack.com/block-kit/surfaces/modals for details.
10169+
See https://api.slack.com/surfaces/modals for details.
1017010170
&#34;&#34;&#34;
1017110171
kwargs.update({&#34;trigger_id&#34;: trigger_id})
1017210172
if isinstance(view, View):
@@ -10188,7 +10188,7 @@ <h2 id="note">Note</h2>
1018810188
Push a new view onto the existing view stack by passing a view
1018910189
payload and a valid trigger_id generated from an interaction
1019010190
within the existing modal.
10191-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
10191+
Read the modals documentation (https://api.slack.com/surfaces/modals)
1019210192
to learn more about the lifecycle and intricacies of views.
1019310193
https://api.slack.com/methods/views.push
1019410194
&#34;&#34;&#34;
@@ -10213,7 +10213,7 @@ <h2 id="note">Note</h2>
1021310213
&#34;&#34;&#34;Update an existing view.
1021410214
Update a view by passing a new view definition along with the
1021510215
view_id returned in views.open or the external_id.
10216-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
10216+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
1021710217
to learn more about updating views and avoiding race conditions with the hash argument.
1021810218
https://api.slack.com/methods/views.update
1021910219
&#34;&#34;&#34;
@@ -18133,7 +18133,7 @@ <h3>Methods</h3>
1813318133
<dd>
1813418134
<div class="desc"><p>Open a view for a user.
1813518135
<a href="https://api.slack.com/methods/views.open">https://api.slack.com/methods/views.open</a>
18136-
See <a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a> for details.</p></div>
18136+
See <a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a> for details.</p></div>
1813718137
<details class="source">
1813818138
<summary>
1813918139
<span>Expand source code</span>
@@ -18147,7 +18147,7 @@ <h3>Methods</h3>
1814718147
) -&gt; SlackResponse:
1814818148
&#34;&#34;&#34;Open a view for a user.
1814918149
https://api.slack.com/methods/views.open
18150-
See https://api.slack.com/block-kit/surfaces/modals for details.
18150+
See https://api.slack.com/surfaces/modals for details.
1815118151
&#34;&#34;&#34;
1815218152
kwargs.update({&#34;trigger_id&#34;: trigger_id})
1815318153
if isinstance(view, View):
@@ -18202,7 +18202,7 @@ <h3>Methods</h3>
1820218202
Push a new view onto the existing view stack by passing a view
1820318203
payload and a valid trigger_id generated from an interaction
1820418204
within the existing modal.
18205-
Read the modals documentation (<a href="https://api.slack.com/block-kit/surfaces/modals">https://api.slack.com/block-kit/surfaces/modals</a>)
18205+
Read the modals documentation (<a href="https://api.slack.com/surfaces/modals">https://api.slack.com/surfaces/modals</a>)
1820618206
to learn more about the lifecycle and intricacies of views.
1820718207
<a href="https://api.slack.com/methods/views.push">https://api.slack.com/methods/views.push</a></p></div>
1820818208
<details class="source">
@@ -18220,7 +18220,7 @@ <h3>Methods</h3>
1822018220
Push a new view onto the existing view stack by passing a view
1822118221
payload and a valid trigger_id generated from an interaction
1822218222
within the existing modal.
18223-
Read the modals documentation (https://api.slack.com/block-kit/surfaces/modals)
18223+
Read the modals documentation (https://api.slack.com/surfaces/modals)
1822418224
to learn more about the lifecycle and intricacies of views.
1822518225
https://api.slack.com/methods/views.push
1822618226
&#34;&#34;&#34;
@@ -18241,7 +18241,7 @@ <h3>Methods</h3>
1824118241
<div class="desc"><p>Update an existing view.
1824218242
Update a view by passing a new view definition along with the
1824318243
view_id returned in views.open or the external_id.
18244-
See the modals documentation (<a href="https://api.slack.com/block-kit/surfaces/modals#updating_views">https://api.slack.com/block-kit/surfaces/modals#updating_views</a>)
18244+
See the modals documentation (<a href="https://api.slack.com/surfaces/modals#updating_views">https://api.slack.com/surfaces/modals#updating_views</a>)
1824518245
to learn more about updating views and avoiding race conditions with the hash argument.
1824618246
<a href="https://api.slack.com/methods/views.update">https://api.slack.com/methods/views.update</a></p></div>
1824718247
<details class="source">
@@ -18260,7 +18260,7 @@ <h3>Methods</h3>
1826018260
&#34;&#34;&#34;Update an existing view.
1826118261
Update a view by passing a new view definition along with the
1826218262
view_id returned in views.open or the external_id.
18263-
See the modals documentation (https://api.slack.com/block-kit/surfaces/modals#updating_views)
18263+
See the modals documentation (https://api.slack.com/surfaces/modals#updating_views)
1826418264
to learn more about updating views and avoiding race conditions with the hash argument.
1826518265
https://api.slack.com/methods/views.update
1826618266
&#34;&#34;&#34;

0 commit comments

Comments
 (0)