Skip to content

doc/configuration: fix dead wiki.tizen.org links by using archive.org's#1543

Merged
Emantor merged 1 commit intolabgrid-project:masterfrom
QSchulz:dev/dead-link
Nov 14, 2024
Merged

doc/configuration: fix dead wiki.tizen.org links by using archive.org's#1543
Emantor merged 1 commit intolabgrid-project:masterfrom
QSchulz:dev/dead-link

Conversation

@QSchulz
Copy link
Contributor

@QSchulz QSchulz commented Nov 13, 2024

Description

I wasn't able to reach the Wiki in the last few days, I guess since the Tizen project is stopped, they stopped serving the wiki?

Let's use links from archive.org instead.

cd doc/
python3 -m venv venv
source venv/bin/activate
python3 -m pip install sphinx sphinx_rtd_theme setuptools
make html
python3 -m http.server -d .build/html
# Click on links, it works.

Checklist

  • Documentation for the feature
  • Tests for the feature
  • PR has been tested

I wasn't able to reach the Wiki in the last few days, I guess since the
Tizen project is stopped, they stopped serving the wiki?

Let's use links from archive.org instead.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
@Emantor Emantor merged commit 0f7f4ca into labgrid-project:master Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants