grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.46k stars 811 forks source link

Documentation off-line #980

Closed tonyals closed 10 months ago

tonyals commented 10 months ago

The context

Hi, After migration of repository the doc is off-line if we follow this link: https://yidongnan.github.io/grpc-spring-boot-starter/ I think that is part of migration process, if yes I can close this issue :)

The bug

404 error when access https://yidongnan.github.io/grpc-spring-boot-starter/

Stacktrace and logs

image

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to https://yidongnan.github.io/grpc-spring-boot-starter/
yidongnan commented 10 months ago

I will proceed to set up the redirection. After the redirection is in place, accessing https://yidongnan.github.io/grpc-spring-boot-starter/ will automatically redirect you to https://grpc-ecosystem.github.io/grpc-spring/.

Thank you for bringing this to our attention, and please let me know if you have any further questions or concerns.

tonyals commented 10 months ago

Redirection working fine now, thank you very much!