Skip to content

Commit fa4c2bd

Browse files
committed
replace all www.graphql-java-kickstart.com urls with github.io versions
1 parent fcbd347 commit fa4c2bd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ jobs:
3030
external_repository: graphql-java-kickstart/graphql-java-kickstart.github.io
3131
publish_branch: master
3232
publish_dir: ./public
33-
cname: www.graphql-java-kickstart.com

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [GraphQL Java Kickstart Documentation](https://www.graphql-java-kickstart.com/)
1+
# [GraphQL Java Kickstart Documentation](https://graphql-java-kickstart.github.io/)
22

33

44
[![GitHub CI Workflow](https://github.com/graphql-java-kickstart/documentation/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/graphql-java-kickstart/documentation/actions/workflows/publish.yml?query=branch%3Amaster)

content/servlet/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The servlet supports the following request formats:
123123

124124
## Spring Framework support
125125

126-
To use the servlet with Spring Framework, either use the [Spring Boot starter](https://www.graphql-java-kickstart.com/spring-boot/) or simply define a `ServletRegistrationBean` in a web app:
126+
To use the servlet with Spring Framework, either use the [Spring Boot starter](https://graphql-java-kickstart.github.io/spring-boot/) or simply define a `ServletRegistrationBean` in a web app:
127127

128128
```java
129129
@Bean

0 commit comments

Comments
 (0)