prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 556 forks source link

bug(docs): links in README (examples etc) do not work on docs website #973

Open alexandermckay opened 4 years ago

alexandermckay commented 4 years ago

Do you want to request a feature or report a bug?
Report a bug

What is the current behavior? In the documentation the examples do not work when clicked.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox or similar. Go to this link and try click on one of the examples (Simple App Example, Material App Example, etc)

What is the expected behavior? For the examples to open/link correctly

Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups? Chrome - Version 83.0.4103.106 (Official Build) (64-bit)

prescottprue commented 4 years ago

That would be because the main page of react-redux-firebase.com is actually just the README of this repo (done automatically by Gitbook). If you go to that section in the README itself then the links all should work.

Was under the impression that Gitbook was handling fixing those links, but it should for sure work in both places. Thanks for reporting