Skip to content

Commit

Permalink
replace all www.graphql-java-kickstart.com urls with github.io versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliemansm committed Oct 18, 2024
1 parent fcbd347 commit fa4c2bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ jobs:
external_repository: graphql-java-kickstart/graphql-java-kickstart.github.io
publish_branch: master
publish_dir: ./public
cname: www.graphql-java-kickstart.com
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [GraphQL Java Kickstart Documentation](https://www.graphql-java-kickstart.com/)
# [GraphQL Java Kickstart Documentation](https://graphql-java-kickstart.github.io/)


[![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)
Expand Down
2 changes: 1 addition & 1 deletion content/servlet/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The servlet supports the following request formats:

## Spring Framework support

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:
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:

```java
@Bean
Expand Down

0 comments on commit fa4c2bd

Please sign in to comment.