NativeScript / playground-feedback

Feedback for NativeScript Playground
Apache License 2.0
16 stars 1 forks source link

Several broken links in the tutorial #212

Open ssaravanan-pk opened 3 years ago

ssaravanan-pk commented 3 years ago

Here is one https://docs.nativescript.org/ui/layouts in Lesson #2, step 4/20. A link in below text in it is broken.

Learning NativeScript layouts can be tricky, especially if you come from a web development background. Reading the documentation is a good place to start.

Here is another in the same page: https://docs.nativescript.org/angular/ui/layout-containers

EgoPlacebo commented 3 years ago

I am coming across many broken links and out of date information in many of the tutorials and docs, which is becoming increasingly frustrating. Most recent example, looking for the docs for the VSCode NativeScript extension for debugging since the instructional "Details" are out of date on the extension itself (the VSCode debug is now called "Run" and the instructions for setup are no longer applicable) but the "View the Docs" link (https://docs.nativescript.org/core-concepts/visual-studio-code-extension) gives a 404 error. This is probably the 8th broken link I've encountered in an hour of trying to get started with a new project.

perrotuerto commented 3 years ago

I can confirm using NS+ JavaScript.

perrotuerto commented 3 years ago

This would be some changes:

https://docs.nativescript.org/ui/layouts -> https://docs.nativescript.org/ui/layouts/layouts https://docs.nativescript.org/core-concepts/visual-studio-code-extension -> https://docs.nativescript.org/tooling/visual-studio-code-extension https://docs.nativescript.org/ui/ui-views -> https://docs.nativescript.org/ui/overview https://docs.nativescript.org/angular/code-samples/ui/text-field -> https://docs.nativescript.org/ui/components/text-field https://docs.nativescript.org/angular/code-samples/ui/button -> https://docs.nativescript.org/ui/components/button

....

Inside the docs there are also broken links, so it seems it is an issue in the docs and not in the playground.