spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
520 stars 204 forks source link

Accessing MongoDB Data with REST - page not found #119

Closed toropov023 closed 4 years ago

toropov023 commented 4 years ago

Page not found navigating from the Accessing Data with MongoDB page.

Missing content URL: https://spring.io/gs/accessing-mongodb-data-rest

dsyer commented 4 years ago

Looks Ok now. Stale cache I think

toropov023 commented 4 years ago

Still seems to be having issue with this one

dsyer commented 4 years ago

Works for me. I guess that’s caching for you.

toropov023 commented 4 years ago

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fspring.io%2Fgs%2Faccessing-mongodb-data-rest

dsyer commented 4 years ago

Wrong URL? What are you trying to say.

toropov023 commented 4 years ago

Sorry I thought it was clear. What I'm saying is that it's not my caching, the url (https://spring.io/gs/accessing-mongodb-data-rest) is not found and you can verify this with the pagespeed tool: error 404

You can try any other tool, but the page is not found.

dsyer commented 4 years ago

Well, yes, but that isn't the URL of any guide on spring.io. Did you mean https://spring.io/guides/gs/accessing-mongodb-data-rest (which is not a 404)? The code snippets look OK there too to me. Let us know what you find.

toropov023 commented 4 years ago

Ah I see! Thank you for pointing out the correct url. I followed that link from the bottom of the Accessing Data with MongoDB page (https://spring.io/guides/gs/accessing-data-mongodb/). So I'm guessing that link just needs a tiny fix

dsyer commented 4 years ago

Thanks. Link fixed https://github.com/spring-guides/gs-accessing-data-mongodb/commit/5bafc835b4b5ad0dad12c1fae5c5e8a408f17136.