Skip to content

Commit

Permalink
Migrate to alia.dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jun 25, 2020
1 parent c9bf2fd commit 2b127ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ work/patience on your part to use it. See 'Project Status' below for details.

<div class="hide-when-deployed">

Check out [the documentation](https://tmadden.github.io/alia) for more info.
Check out [the documentation](https://alia.dev) for more info.

</div>

Expand All @@ -57,7 +57,7 @@ An Example
Below is a simple tip calculator made using alia and an experimental
[asm-dom](https://github.com/mbasso/asm-dom) wrapper. You can see it in action
<a target="_self"
href="https://tmadden.github.io/alia/#/assorted-examples?id=tip-calculator">
href="https://alia.dev/#/assorted-examples?id=tip-calculator">
here</a>, along with some other examples.

```cpp
Expand Down Expand Up @@ -139,5 +139,5 @@ Getting Started
---------------
Continue on to <a target="_self"
href="https://tmadden.github.io/alia/#/interactive-hello">the full
href="https://alia.dev/#/interactive-hello">the full
documentation</a> for more info.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ https://github.com/tmadden/alia/releases/latest/download/alia.hpp
If you want to play around with the latest version on the `master` branch, that
header is available via GitHub Pages:

https://tmadden.github.io/alia/alia.hpp
https://alia.dev/alia.hpp

### Using It

Expand Down
2 changes: 1 addition & 1 deletion examples/asm-dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ obvious changes to the commands:

1. Get a copy of `alia.hpp`:
```shell
wget https://tmadden.github.io/alia/alia.hpp
wget https://alia.dev/alia.hpp
```

1. Build the project:
Expand Down
2 changes: 1 addition & 1 deletion examples/qt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Building

2. Get a copy of `alia.hpp`:
```shell
wget https://tmadden.github.io/alia/alia.hpp
wget https://alia.dev/alia.hpp
```

3. Create a build directory:
Expand Down

0 comments on commit 2b127ba

Please sign in to comment.