ddev / ddev-gitpod-launcher

Launch any DDEV project with Gitpod
https://ddev.github.io/ddev-gitpod-launcher/
Apache License 2.0
12 stars 8 forks source link

"the docs" link on launcher page doesn't lead anywhere #29

Closed ultimike closed 5 months ago

ultimike commented 5 months ago

I just noticed the "the docs" link on https://ddev.github.io/ddev-gitpod-launcher/ leads to a 404 page: https://ddev.readthedocs.io/en/latest/users/topics/gitpod

I see the actual docs here, but I'm not sure where they are actually published to...

-mike

rfay commented 5 months ago

Thanks for noticing that! All that's needed is a quick PR here to change the link to https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/#gitpod

Or just remove that and point to the README here?

ultimike commented 5 months ago

Done - https://github.com/ddev/ddev-gitpod-launcher/pull/31

thanks, -mike

rfay commented 5 months ago

Fixed in