Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

QSchulz
Copy link

@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
9 checks passed
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