Skip to content

Commit 2f7c743

Browse files
lukegalbraithrussellstevengill
authored andcommitted
docs: new url
1 parent cd26403 commit 2f7c743

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
Within the SDK, there are two different modules:
88

9-
* [**Bolt for Java**](https://slack.dev/java-slack-sdk/guides/getting-started-with-bolt), which is a framework with a simple API that makes it easy to write modern Slack apps in Java.
10-
* [**Slack API Client**](https://slack.dev/java-slack-sdk/guides/web-api-basics), for when you need a more customized approach to building a Slack app in Java.
9+
* [**Bolt for Java**](https://tools.slack.dev/java-slack-sdk/guides/getting-started-with-bolt), which is a framework with a simple API that makes it easy to write modern Slack apps in Java.
10+
* [**Slack API Client**](https://tools.slack.dev/java-slack-sdk/guides/web-api-basics), for when you need a more customized approach to building a Slack app in Java.
1111

1212
If what you want to do is call Slack APIs in your existing services, we recommend using only the **Slack API Client**. If instead, you’re developing a new modern and interactive Slack app, we recommend **Bolt** for it. The framework enables developers to focus on the essential parts of their apps without being bothered by trifles.
1313

1414
## Bolt for Java
1515

16-
**Bolt for Java** is a framework on the JVM that offers an abstraction layer to build Slack apps quickly using modern platform features. Refer to [Getting Started with Bolt](https://slack.dev/java-slack-sdk/guides/getting-started-with-bolt) for detailed instructions.
16+
**Bolt for Java** is a framework on the JVM that offers an abstraction layer to build Slack apps quickly using modern platform features. Refer to [Getting Started with Bolt](https://tools.slack.dev/java-slack-sdk/guides/getting-started-with-bolt) for detailed instructions.
1717

1818
```java
1919
package hello;
@@ -36,7 +36,7 @@ public class MyApp {
3636
}
3737
```
3838

39-
For Socket Mode enabled apps, [Getting Started with Bolt (Socket Mode)](https://slack.dev/java-slack-sdk/guides/getting-started-with-bolt-socket-mode) is available.
39+
For Socket Mode enabled apps, [Getting Started with Bolt (Socket Mode)](https://tools.slack.dev/java-slack-sdk/guides/getting-started-with-bolt-socket-mode) is available.
4040

4141
```java
4242
package hello;
@@ -61,7 +61,7 @@ public class MyApp {
6161

6262
## Slack API Client
6363

64-
**slack-api-client** contains simple, easy-to-use, and flexibly configurable HTTP clients for making requests to Slack APIs. Refer to [API Client Basics](https://slack.dev/java-slack-sdk/guides/web-api-basics) for details.
64+
**slack-api-client** contains simple, easy-to-use, and flexibly configurable HTTP clients for making requests to Slack APIs. Refer to [API Client Basics](https://tools.slack.dev/java-slack-sdk/guides/web-api-basics) for details.
6565

6666
```java
6767
import com.slack.api.Slack;

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# slack.dev/java-slack-sdk
1+
# tools.slack.dev/java-slack-sdk
22

33
This website is built using [Docusaurus](https://docusaurus.io/). 'Tis cool.
44

docs/docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = {
1212
tagline: "Java Slack SDK",
1313
favicon: "img/favicon.ico",
1414

15-
url: "https://slack.dev",
15+
url: "https://tools.slack.dev",
1616
baseUrl: "/java-slack-sdk/",
1717
organizationName: "slackapi",
1818
projectName: "java-slack-sdk",
@@ -85,7 +85,7 @@ const config = {
8585
logo: {
8686
alt: "Slack logo",
8787
src: "img/slack-logo.svg",
88-
href: "https://slack.dev",
88+
href: "https://tools.slack.dev",
8989
target: "_self",
9090
},
9191
items: [
@@ -96,17 +96,17 @@ const config = {
9696
items: [
9797
{
9898
label: "Java",
99-
to: "https://slack.dev/java-slack-sdk/guides/bolt-basics",
99+
to: "https://tools.slack.dev/java-slack-sdk/guides/bolt-basics",
100100
target: "_self",
101101
},
102102
{
103103
label: "JavaScript",
104-
to: "https://slack.dev/bolt-js",
104+
to: "https://tools.slack.dev/bolt-js",
105105
target: "_self",
106106
},
107107
{
108108
label: "Python",
109-
to: "https://slack.dev/bolt-python",
109+
to: "https://tools.slack.dev/bolt-python",
110110
target: "_self",
111111
},
112112
],
@@ -118,17 +118,17 @@ const config = {
118118
items: [
119119
{
120120
label: "Java Slack SDK",
121-
to: "https://slack.dev/java-slack-sdk/",
121+
to: "https://tools.slack.dev/java-slack-sdk/",
122122
target: "_self",
123123
},
124124
{
125125
label: "Node Slack SDK",
126-
to: "https://slack.dev/node-slack-sdk/",
126+
to: "https://tools.slack.dev/node-slack-sdk/",
127127
target: "_self",
128128
},
129129
{
130130
label: "Python Slack SDK",
131-
to: "https://slack.dev/python-slack-sdk/",
131+
to: "https://tools.slack.dev/python-slack-sdk/",
132132
target: "_self",
133133
},
134134
{
@@ -145,7 +145,7 @@ const config = {
145145
items: [
146146
{
147147
label: "Community tools",
148-
to: "https://slack.dev/community-tools",
148+
to: "https://tools.slack.dev/community-tools",
149149
target: "_self",
150150
},
151151
{

docs/i18n/ja-jp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ For example:
118118
},
119119
```
120120

121-
Be careful changing `code.json`. If you change something in this repo, it will likely need to be changed in the other Slack.dev repos too, like the Bolt-Python repo. We want these translations to match for all Slack.dev sites.
121+
Be careful changing `code.json`. If you change something in this repo, it will likely need to be changed in the other tools.slack.dev repos too, like the Bolt-Python repo. We want these translations to match for all tools.slack.dev sites.

0 commit comments

Comments
 (0)