You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/news/this-week-in-ruma-2016-07-03.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Three major milestones happened for Ruma this week!
9
9
1. Support for events, the basic unit of data in Matrix, landed on the master branch.
10
10
This is very important, because it's the foundation for almost all the core functionality of the homeserver.
11
11
The initial implementation of events does not support federation, to keep the scope small, and because the details of federation are still not well specified.
12
-
2. Ruma's [documentation website](https://www.ruma.io/docs/) was launched, with its first guide, the [Introduction to Matrix](https://www.ruma.io/docs/matrix/), which provides a great explanation of Matrix targeted at non-technical users.
12
+
2. Ruma's [documentation website](https://ruma.dev/docs/) was launched, with its first guide, the [Introduction to Matrix](https://ruma.dev/docs/matrix/), which provides a great explanation of Matrix targeted at non-technical users.
13
13
3. Ruma [reached the top of the Hacker News front page](https://twitter.com/ruma_io/status/749834912077713409).
14
14
Be sure to read the [comment thread](https://news.ycombinator.com/item?id=12028475).
15
15
@@ -26,7 +26,7 @@ Three major milestones happened for Ruma this week!
26
26
* Remove the `EventKind` trait.
27
27
* Add support for custom event types.
28
28
29
-
## Notable changes to `www.ruma.io`
29
+
## Notable changes to `ruma.dev`
30
30
31
31
* Add new documentation site and Introduction to Matrix guide. (Contributed in part by Leah Scampoli.)
Copy file name to clipboardexpand all lines: content/news/this-week-in-ruma-2016-07-17.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Some of my work has resulted in new issues for the spec, detailed below.
13
13
14
14
* Following the new version of the spec which provides formal definitions of Matrix IDs, this new crate was added to the Ruma organization on GitHub to isolate the logic for Matrix IDs.
15
15
16
-
## Notable changes to [www.ruma.io](https://github.com/ruma/ruma.github.io)
16
+
## Notable changes to [ruma.dev](https://github.com/ruma/ruma.github.io)
Copy file name to clipboardexpand all lines: content/news/this-week-in-ruma-2017-01-01.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ We recently launched a new [projects page](/projects/) on the website that expla
49
49
50
50
* Created and published this small crate which contains core types that will be used by all Ruma crates that implement request and response types for the various Matrix APIs.
51
51
52
-
## Notable changes to [www.ruma.io](https://github.com/ruma/ruma.github.io)
52
+
## Notable changes to [ruma.dev](https://github.com/ruma/ruma.github.io)
53
53
54
54
* Added a new [projects page](/projects/).
55
55
* Added a script to determine new contributors to the project across all repositories.
0 commit comments