Skip to content

Commit d3c7c02

Browse files
docs: updates old links throughout (#1540)
1 parent d7fd45e commit d3c7c02

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/english/guides/app-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To enable App Distribution, visit the [Slack app settings page](http://api.slack
1515

1616
For **Redirect URL**, Bolt apps respond to `https://{your app's public URL domain}/slack/oauth/callback` if you go with recommended settings. To know how to configure such settings, consult the list of the available env variables below in this page.
1717

18-
Bolt for Java automatically includes support for [org-wide installations](/enterprise-grid/) since version `1.4.0`. Org-wide installations can be enabled in your app settings under **Org Level Apps**.
18+
Bolt for Java automatically includes support for [org-wide installations](/enterprise) since version `1.4.0`. Org-wide installations can be enabled in your app settings under **Org Level Apps**.
1919

2020
### What your Bolt app does
2121

docs/english/guides/audit-logs-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lang: en
44

55
# Audit Logs API
66

7-
The [Audit Logs API](https://api.lack.com/docs/audit-logs-api) is used for monitoring what is happening in your [Enterprise Grid](/enterprise-grid/) organization.
7+
The [Audit Logs API](https://api.lack.com/docs/audit-logs-api) is used for monitoring what is happening in your [Enterprise Grid](/enterprise) organization.
88

99
The Audit Logs API can be used by security information and event management (SIEM) tools to provide an analysis of how your Slack organization is being accessed. You can also use this API to write your own applications to see how members of your organization are using Slack.
1010

docs/english/guides/web-api-for-admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lang: en
44

55
# Web API for Org Admins
66

7-
The method names of a portion of [API methods](/reference/methods) start with `admin.`. These APIs are not available for all developers. They are intended to be used by [Enterprise Grid](/enterprise-grid/) organization administrators.
7+
The method names of a portion of [API methods](/reference/methods) start with `admin.`. These APIs are not available for all developers. They are intended to be used by [Enterprise Grid](/enterprise) organization administrators.
88

99
---
1010
## Call the Web API for org admins

docs/japanese/guides/app-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
**Redirect URL** については Bolt for Java では `https://{あなたのドメイン}/slack/oauth/callback` のような URL で応答します。この URL を変更する方法などはこのページのあとのセクションの一覧を参照してください。
1313

14-
Bolt for Java は、バージョン 1.4.0 から自動的に [OrG 全体へのインストール機能](/enterprise-grid/)に対応しています。OrG 全体へのインストールは、Slack アプリ管理画面の **Org Level Apps** にある設定から有効にしてください。
14+
Bolt for Java は、バージョン 1.4.0 から自動的に [OrG 全体へのインストール機能](/enterprise)に対応しています。OrG 全体へのインストールは、Slack アプリ管理画面の **Org Level Apps** にある設定から有効にしてください。
1515

1616
### Bolt アプリがやること
1717

docs/japanese/guides/audit-logs-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Audit Logs API
22

3-
[Audit Logs API](/admins/audit-logs-api)[Enterprise Grid](/enterprise-grid/)[OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 内で発生したイベントをモニタリングするための API 群です。
3+
[Audit Logs API](/admins/audit-logs-api)[Enterprise Grid](/enterprise)[OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 内で発生したイベントをモニタリングするための API 群です。
44

55
Audit Logs API は、各種 SIEM (Security Information and Event Management) ツールによって Slack の OrG がどのようにアクセスされているかの分析結果を提供するために利用されることがあります。アプリケーションを開発して OrG のメンバーがどのように Slack を使っているかを確認する用途にも利用できます。
66

docs/japanese/guides/web-api-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Slack slack = Slack.getInstance(config);
410410

411411
以下は利用可能なカスタマイズ用オプションの一覧です。
412412

413-
|名称||説明(デフォルト値)|
413+
|名称||説明(デフォルト値)|
414414
|-|-|-|
415415
|**proxyUrl**|**String**|全ての Slack への通信にプロキシサーバーを有効にしたい場合、`http://localhost:8888` のような完全な URL を表現する文字列の値を指定します。 (デフォルト値: null)|
416416
|**prettyResponseLoggingEnabled**|**boolean**|このフラグが true のとき Slack API から受け取ったレスポンスボディの JSON データを整形した上でデバッグレベルでログ出力します (デフォルト値: `false`|

docs/japanese/guides/web-api-for-admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OrG 管理者向け API
22

3-
Slack の [API メソッド](/reference/methods) のうち、一部のメソッド名は **`admin.`** から始まっています。ご存知かもしれませんが、これらの API は全ての開発者向けのものではありません。これらは [Enterprise Grid](/enterprise-grid/)[OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 管理者が利用するための API 群です。
3+
Slack の [API メソッド](/reference/methods) のうち、一部のメソッド名は **`admin.`** から始まっています。ご存知かもしれませんが、これらの API は全ての開発者向けのものではありません。これらは [Enterprise Grid](/enterprise)[OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 管理者が利用するための API 群です。
44

55
---
66
## OrG 管理者向け API の呼び出し

0 commit comments

Comments
 (0)