Skip to content

Commit df4b26a

Browse files
author
Matt Raible
committed
%s/oktadeveloper/oktadev/g
1 parent 039e5d8 commit df4b26a

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We think you'll enjoy them all!
3434
To install this example, run the following commands:
3535

3636
```bash
37-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
37+
git clone https://github.com/oktadev/java-microservices-examples.git
3838
cd java-microservices-examples/spring-boot+cloud
3939
```
4040

@@ -65,7 +65,7 @@ Then, navigate to `http://localhost:8080/cool-cars` in your browser, log in with
6565
To install this example, run the following commands:
6666

6767
```bash
68-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
68+
git clone https://github.com/oktadev/java-microservices-examples.git
6969
cd java-microservices-examples/jhipster
7070
```
7171

@@ -135,7 +135,7 @@ Now when you hit `http://localhost:8761` or `http://localhost:8080`, you should
135135
To install this example, run the following commands:
136136

137137
```bash
138-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
138+
git clone https://github.com/oktadev/java-microservices-examples.git
139139
cd java-microservices-examples/spring-cloud-gateway
140140
```
141141

@@ -172,7 +172,7 @@ okta.oauth2.client-secret=$clientSecret
172172
To install this example, run the following commands:
173173

174174
```bash
175-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
175+
git clone https://github.com/oktadev/java-microservices-examples.git
176176
cd java-microservices-examples/reactive-jhipster
177177
```
178178

@@ -242,7 +242,7 @@ Now, open a new incognito browser window, go to `http://localhost:8080`, and sig
242242
To install this example, run the following commands:
243243

244244
```bash
245-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
245+
git clone https://github.com/oktadev/java-microservices-examples.git
246246
cd java-microservices-examples/jhipster-k8s/k8s
247247
```
248248

jhipster-k8s/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example uses JHipster 7 to generate Kubernetes deployment descriptors and d
1414
To install this example, run the following commands:
1515

1616
```bash
17-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
17+
git clone https://github.com/oktadev/java-microservices-examples.git
1818
cd java-microservices-examples/jhipster-k8s/k8s
1919
```
2020

jhipster-k8s/demo.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this demo, I'll generate K8s deployment descriptors, use Spring Cloud Config
2222

2323
. Start by cloning the JHipster 7 { Vue, Spring Boot, WebFlux } reactive microservices project from GitHub:
2424

25-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
25+
git clone https://github.com/oktadev/java-microservices-examples.git
2626
cd java-microservices-examples/reactive-jhipster
2727

2828
. Install JHipster.
@@ -542,6 +542,6 @@ To install it on macOS, run `brew install k9s`. Then run `k9s -n demo` to start
542542

543543
== Learn More About Kubernetes, Spring Boot, and JHipster
544544

545-
⎈ Find the code on GitHub: https://github.com/oktadeveloper/java-microservices-examples/tree/main/jhipster-k8s[@oktadev/java-microservices-examples/jhipster-k8s].
545+
⎈ Find the code on GitHub: https://github.com/oktadev/java-microservices-examples/tree/main/jhipster-k8s[@oktadev/java-microservices-examples/jhipster-k8s].
546546

547547
👀 Read the blog post: https://developer.okta.com/blog/2021/06/01/kubernetes-spring-boot-jhipster[Kubernetes to the Cloud with Spring Boot and JHipster].

jhipster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example is built with JHipster and configured centrally with Spring Cloud C
1414
To install this example, run the following commands:
1515

1616
```bash
17-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
17+
git clone https://github.com/oktadev/java-microservices-examples.git
1818
cd java-microservices-examples/jhipster
1919
```
2020

jhipster/demo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ deployment {
172172

173173
== Learn More!
174174

175-
. GitHub repo: https://github.com/oktadeveloper/java-microservices-examples
175+
. GitHub repo: https://github.com/oktadev/java-microservices-examples
176176

177177
. Blog post: https://developer.okta.com/blog/2019/05/23/java-microservices-spring-cloud-config

reactive-jhipster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example uses JHipster 7 to generate a reactive microservices architecture w
1414
To install this example, run the following commands:
1515

1616
```bash
17-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
17+
git clone https://github.com/oktadev/java-microservices-examples.git
1818
cd java-microservices-examples/reactive-jhipster
1919
```
2020

reactive-jhipster/demo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ What about https://wiki.openjdk.java.net/display/loom/Main[Project Loom]? Will i
360360

361361
== Stay Hip with JHipster!
362362

363-
⛑ Find the code on GitHub: https://github.com/oktadeveloper/java-microservices-examples/tree/main/reactive-jhipster[@oktadeveloper/java-microservices-examples/reactive-jhipster].
363+
⛑ Find the code on GitHub: https://github.com/oktadev/java-microservices-examples/tree/main/reactive-jhipster[@oktadeveloper/java-microservices-examples/reactive-jhipster].
364364

365365
👀 Read the blog post: https://developer.okta.com/blog/2021/01/20/reactive-java-microservices[Reactive Java Microservices with Spring Boot and JHipster].
366366

spring-boot+cloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example is a bare-bones microservices architecture built with Spring Boot,
1414
To install this example, run the following commands:
1515

1616
```bash
17-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
17+
git clone https://github.com/oktadev/java-microservices-examples.git
1818
cd java-microservices-examples/spring-boot+cloud
1919
```
2020

spring-boot+cloud/demo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ The brackets at the end of each step indicate the alias's or IntelliJ Live Templ
147147

148148
== Learn More!
149149

150-
. GitHub repo: https://github.com/oktadeveloper/java-microservices-examples
150+
. GitHub repo: https://github.com/oktadev/java-microservices-examples
151151

152152
. Blog post: https://developer.okta.com/blog/2019/05/22/java-microservices-spring-boot-spring-cloud

spring-cloud-gateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example is built with Spring Cloud Gateway and Spring WebFlux to show react
1515
To install this example, run the following commands:
1616

1717
```bash
18-
git clone https://github.com/oktadeveloper/java-microservices-examples.git
18+
git clone https://github.com/oktadev/java-microservices-examples.git
1919
cd java-microservices-examples/spring-cloud-gateway
2020
```
2121

spring-cloud-gateway/demo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ Spring Cloud Gateway only supports Hystrix at this time. Spring Cloud deprecated
122122

123123
== Learn More!
124124

125-
. GitHub repo: https://github.com/oktadeveloper/java-microservices-examples
125+
. GitHub repo: https://github.com/oktadev/java-microservices-examples
126126

127127
. Blog post: https://developer.okta.com/blog/2019/08/28/reactive-microservices-spring-cloud-gateway

0 commit comments

Comments
 (0)