Samsung / tizen-docs

This project is for writing Tizen documents for platform and application developers. The documents will be published to the new Tizen portal site.
https://docs.tizen.org/
Other
156 stars 446 forks source link

Broken links identified as part of PR 1485 #1488

Open annie-samsung opened 3 years ago

annie-samsung commented 3 years ago

The following are the broken links found as part of PR 1485 master to live merging:

https://docs.tizen.org/application/dotnet/guides/connectivity/iotcon/


docs/application/dotnet/guides/libraries/skiasharp/index.md Sample Application

  1. There is a OpenTK sample application

  2. For more information, see Tizen-CSharp-Samples repository on GitHub.


docs/application/dotnet/guides/nui/flexcontainer.md

  1. Related information FlexContainer Sample

  2. AlignSelf property link is pointing to the top of the page, please fix it here: Table: AlignItems values Table: AlignContent values


docs/application/dotnet/guides/nui/imageview.md Related information WearableImageSample


docs/application/dotnet/guides/nui/view.md

  1. View is the fundamental concept for
  2. View provides Properties,

https://docs.tizen.org/application/dotnet/index Try tutorials on Tizen School All 3 links are breaking.

Is Tizen School still valid?


docs/application/profiles/iot.md To start developing Tizen IoT applications, follow the Get Started guide


In the below pages there are some apps not linked and says in progress: docs/application/dotnet/samples/appfw/overview.md docs/application/dotnet/samples/content/overview.md docs/application/dotnet/samples/multimedia/overview.md

journey2w commented 3 years ago

@piotrekgorny Please resolve this issue. It is related to issue #1457

piotrekgorny commented 3 years ago

Regarding Tizen School links: it is temporary TizenSchool server issue. I reported it.

piotrekgorny commented 3 years ago

docs/application/dotnet/get-started/overview.md

"IoTivity offers seamless device-to-device"

I cannot find this file and link to check.

piotrekgorny commented 3 years ago

docs/application/dotnet/guides/libraries/skiasharp/index.md Sample Application

  1. There is a OpenTK sample application

  2. For more information, see Tizen-CSharp-Samples repository on GitHub.

Both links refer to another repository (github) and they are broken due to changes in that repository (not latest changes in tizen-docs).

piotrekgorny commented 3 years ago

docs/application/dotnet/guides/nui/flexcontainer.md

  1. Related information FlexContainer Sample

  2. AlignSelf property link is pointing to the top of the page, please fix it here: Table: AlignItems values Table: AlignContent values

Regarding 1) Link is broken due to changes in other repository (not tizen-docs) - https://github.com/Samsung/Tizen-CSharp-Samples/

Regarding 2) This should be fixed by author of the document because these links were broken before our changes (probably they should be removed because there is not element with id - "AlignSelf" on this page)

piotrekgorny commented 3 years ago

docs/application/dotnet/guides/nui/imageview.md Related information WearableImageSample

Link refers to another repository (https://github.com/Samsung/Tizen-CSharp-Samples/) and it is broken due to changes in that repository (not latest changes in tizen-docs).

piotrekgorny commented 3 years ago

docs/application/dotnet/guides/nui/view.md

View is the fundamental concept for View provides Properties,

PR with fix created (#1489)

piotrekgorny commented 3 years ago

https://docs.tizen.org/application/dotnet/index Try tutorials on Tizen School All 3 links are breaking.

Is Tizen School still valid?

Tizen School server issue. Now it is working correctly.

piotrekgorny commented 3 years ago

docs/application/profiles/iot.md To start developing Tizen IoT applications, follow the Get Started guide

Tizen School server issue. Now it is working correctly.

piotrekgorny commented 3 years ago

In the below pages there are some apps not linked and says in progress: docs/application/dotnet/samples/appfw/overview.md docs/application/dotnet/samples/content/overview.md docs/application/dotnet/samples/multimedia/overview.md

This issue is not related to latest changes. It should be updated by sample maintainers/authors.

annie-samsung commented 3 years ago

I cannot find this file and link to check.

@piotrekgorny, the correct page where the link is broken is here: https://docs.tizen.org/application/dotnet/guides/connectivity/iotcon/ IoTivity offers seamless device-to-device connectivity

piotrekgorny commented 3 years ago

I cannot find this file and link to check.

@piotrekgorny, the correct page where the link is broken is here: https://docs.tizen.org/application/dotnet/guides/connectivity/iotcon/ IoTivity offers seamless device-to-device connectivity

Thank you but it is a link to an external page so it not result of latest changes.