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

Switch katacoda links to killercoda #2663

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you like **Sming**, give it a star, or fork it and [contribute](#contribute)!
Sming supports multiple architectures and has a [plethora of features](https://sming.readthedocs.io/en/latest/index.html#summary).
Choose the architecture of your choice to [install the needed development software](https://sming.readthedocs.io/en/latest/getting-started).

You can also try Sming without installing anything locally. We have an [interactive tutorial](https://www.katacoda.com/slaff/scenarios/sming-host-emulator) that can be run directly from your browser.
You can also try Sming without installing anything locally. We have an [interactive tutorial](https://killercoda.com/slaff/scenario/sming-host-emulator) that can be run directly from your browser.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/source/arch/host/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the sample applications to be compiled on a Linux/Windows host system
and be tested before uploading them to the microcontroller.

If you want to try it we have an
`interactive tutorial <https://www.katacoda.com/slaff/scenarios/sming-host-emulator>`__
`interactive tutorial <https://killercoda.com/slaff/scenario/sming-host-emulator>`__
that can be run directly from your browser.

See :doc:`/getting-started/index` for installation details.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Choose your preferred development environment for how to install the needed deve
docker/index

You can also try Sming without installing anything locally.
We have an `interactive tutorial <https://www.katacoda.com/slaff/scenarios/sming-host-emulator>`__ that can be run directly from your browser.
We have an `interactive tutorial <https://killercoda.com/slaff/scenario/sming-host-emulator>`__ that can be run directly from your browser.


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Summary
- Fast and user friendly development
- Integrated :doc:`host emulator <arch/host/index>` to assist with developing, testing and debugging
libraries and applications on a PC before uploading them to an actual microcontroller.
Try it out online `here <https://www.katacoda.com/slaff/scenarios/sming-host-emulator>`__.
Try it out online `here <https://killercoda.com/slaff/scenario/sming-host-emulator>`__.
- Built-in powerful wireless modules
- Compatible with standard :doc:`libraries` - use popular hardware in few lines of code
- Simple yet powerful hardware API wrappers
Expand Down