Skip to content

Commit

Permalink
fix all hosted pomelo URLs (#352)
Browse files Browse the repository at this point in the history
there were quite a few instances of the old, now broken, URL

Co-authored-by: Anatol Ulrich <[email protected]>
  • Loading branch information
spookyvision and Anatol Ulrich authored Jan 21, 2025
1 parent 4b26795 commit 7006a38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Melpomene can be run using the `just melpomene` [`just` recipe], or using

[Pomelo] is a web-based simulator, which runs the MnemOS kernel in the browser
using WebAssembly. A hosted version of Pomelo can be found at
[https://anatol.versteht.es/mlem/][mlem].
[https://web.versteht.es/mlem/][mlem].

> [!NOTE]
>
Expand Down
4 changes: 2 additions & 2 deletions assets/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following pages summarize various components of MnemOS:
[book]: /mnemosprojectoverview/book/
[project overview]: /mnemosprojectoverview/
[dev blogs]: https://onevariable.com/blog/mnemos-moment-1/
[pomelo]: https://anatol.versteht.es/mlem/
[pomelo]: https://web.versteht.es/mlem/
[#mnemos-dev:beeper.com]: https://matrix.to/#/#mnemos-dev:beeper.com
[tosc-rs/mnemos]: https://github.com/tosc-rs/mnemos
</div>
</div>
4 changes: 2 additions & 2 deletions book/src/platforms/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ the complete mnemOS operating system, with all core functionality implemented:
running the mnemOS kernel locally
- [Pomelo](https://mnemos.dev/pomelo/), a WebAssembly browser-based
simulator. A hosted version of Pomelo is available at
<https://anatol.versteht.es/mlem/>
<https://web.versteht.es/mlem/>

Other platform implementations are less complete, and undergoing active
development:
Expand All @@ -55,4 +55,4 @@ development:
[esp32-c3]: https://mnemos.dev/esp32c3-buddy
[c3-website]: https://www.espressif.com/en/products/socs/esp32-c3
[rfc0196]: ../rfcs/0196-wifi-buddy-interface.md
[x86_64]: https://mnemos.dev/x86_64
[x86_64]: https://mnemos.dev/x86_64
4 changes: 2 additions & 2 deletions platforms/pomelo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A browser-based MnemOS ... Client? Emulator? Userspace? [Citrus tentacle](https:

## See it in action

A prebuilt version is hosted [here](https://anatol.versteht.es/mlem/)
A prebuilt version is hosted [here](https://web.versteht.es/mlem/)

## What can you do with it?

Expand Down Expand Up @@ -94,4 +94,4 @@ $ trunk build --release --public-url='/my/webroot/'

## Licensing

This package contains a vendored copy of [Xterm.js](http://xtermjs.org/). Its license (MIT) is preserved in `src/js/xterm.css`.
This package contains a vendored copy of [Xterm.js](http://xtermjs.org/). Its license (MIT) is preserved in `src/js/xterm.css`.

0 comments on commit 7006a38

Please sign in to comment.