From ff44d74d12e3bb1512dc3d0fcb73de3d21e7c3ae Mon Sep 17 00:00:00 2001 From: Luke Russell Date: Wed, 10 Dec 2025 15:14:02 -0800 Subject: [PATCH] fixes typos --- docs/english/guides/app-distribution.md | 2 +- docs/english/guides/audit-logs-api.md | 2 +- docs/english/guides/web-api-for-admins.md | 2 +- docs/japanese/guides/app-distribution.md | 2 +- docs/japanese/guides/audit-logs-api.md | 2 +- docs/japanese/guides/web-api-basics.md | 2 +- docs/japanese/guides/web-api-for-admins.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/english/guides/app-distribution.md b/docs/english/guides/app-distribution.md index 6de24e256..0b9d8de0c 100644 --- a/docs/english/guides/app-distribution.md +++ b/docs/english/guides/app-distribution.md @@ -15,7 +15,7 @@ To enable App Distribution, visit the [Slack app settings page](http://api.slack 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. -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**. +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**. ### What your Bolt app does diff --git a/docs/english/guides/audit-logs-api.md b/docs/english/guides/audit-logs-api.md index 38deb71c4..413dc5af5 100644 --- a/docs/english/guides/audit-logs-api.md +++ b/docs/english/guides/audit-logs-api.md @@ -4,7 +4,7 @@ lang: en # Audit Logs API -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. +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. 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. diff --git a/docs/english/guides/web-api-for-admins.md b/docs/english/guides/web-api-for-admins.md index ffd52bfa2..9c9c810d2 100644 --- a/docs/english/guides/web-api-for-admins.md +++ b/docs/english/guides/web-api-for-admins.md @@ -4,7 +4,7 @@ lang: en # Web API for Org Admins -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. +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. --- ## Call the Web API for org admins diff --git a/docs/japanese/guides/app-distribution.md b/docs/japanese/guides/app-distribution.md index e6951223c..56084fc0b 100644 --- a/docs/japanese/guides/app-distribution.md +++ b/docs/japanese/guides/app-distribution.md @@ -11,7 +11,7 @@ **Redirect URL** については Bolt for Java では `https://{あなたのドメイン}/slack/oauth/callback` のような URL で応答します。この URL を変更する方法などはこのページのあとのセクションの一覧を参照してください。 -Bolt for Java は、バージョン 1.4.0 から自動的に [OrG 全体へのインストール機能](/enterprise-grid/)に対応しています。OrG 全体へのインストールは、Slack アプリ管理画面の **Org Level Apps** にある設定から有効にしてください。 +Bolt for Java は、バージョン 1.4.0 から自動的に [OrG 全体へのインストール機能](/enterprise)に対応しています。OrG 全体へのインストールは、Slack アプリ管理画面の **Org Level Apps** にある設定から有効にしてください。 ### Bolt アプリがやること diff --git a/docs/japanese/guides/audit-logs-api.md b/docs/japanese/guides/audit-logs-api.md index 159560638..befb84ee7 100644 --- a/docs/japanese/guides/audit-logs-api.md +++ b/docs/japanese/guides/audit-logs-api.md @@ -1,6 +1,6 @@ # Audit Logs API -[Audit Logs API](/admins/audit-logs-api) は [Enterprise Grid](/enterprise-grid/) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 内で発生したイベントをモニタリングするための API 群です。 +[Audit Logs API](/admins/audit-logs-api) は [Enterprise Grid](/enterprise) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 内で発生したイベントをモニタリングするための API 群です。 Audit Logs API は、各種 SIEM (Security Information and Event Management) ツールによって Slack の OrG がどのようにアクセスされているかの分析結果を提供するために利用されることがあります。アプリケーションを開発して OrG のメンバーがどのように Slack を使っているかを確認する用途にも利用できます。 diff --git a/docs/japanese/guides/web-api-basics.md b/docs/japanese/guides/web-api-basics.md index 375d0c75f..0aa9ed7d8 100644 --- a/docs/japanese/guides/web-api-basics.md +++ b/docs/japanese/guides/web-api-basics.md @@ -410,7 +410,7 @@ Slack slack = Slack.getInstance(config); 以下は利用可能なカスタマイズ用オプションの一覧です。 -|名称|型|説明(デフォルト値)| +|名称|型|説明(デフォルト値)| |-|-|-| |**proxyUrl**|**String**|全ての Slack への通信にプロキシサーバーを有効にしたい場合、`http://localhost:8888` のような完全な URL を表現する文字列の値を指定します。 (デフォルト値: null)| |**prettyResponseLoggingEnabled**|**boolean**|このフラグが true のとき Slack API から受け取ったレスポンスボディの JSON データを整形した上でデバッグレベルでログ出力します (デフォルト値: `false`)| diff --git a/docs/japanese/guides/web-api-for-admins.md b/docs/japanese/guides/web-api-for-admins.md index fa67dfabb..afb37bb47 100644 --- a/docs/japanese/guides/web-api-for-admins.md +++ b/docs/japanese/guides/web-api-for-admins.md @@ -1,6 +1,6 @@ # OrG 管理者向け API -Slack の [API メソッド](/reference/methods) のうち、一部のメソッド名は **`admin.`** から始まっています。ご存知かもしれませんが、これらの API は全ての開発者向けのものではありません。これらは [Enterprise Grid](/enterprise-grid/) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 管理者が利用するための API 群です。 +Slack の [API メソッド](/reference/methods) のうち、一部のメソッド名は **`admin.`** から始まっています。ご存知かもしれませんが、これらの API は全ての開発者向けのものではありません。これらは [Enterprise Grid](/enterprise) の [OrG](https://slack.com/intl/ja-jp/help/articles/360004150931) 管理者が利用するための API 群です。 --- ## OrG 管理者向け API の呼び出し