Skip to content

Commit 08be10f

Browse files
committed
Update domain
1 parent 007f2be commit 08be10f

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/workflows/api.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
api:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Start logux.io re-build
10+
- name: Start logux.org re-build
1111
run: |
12-
curl -XPOST -u "${{ secrets.DEPLOY_USER }}:${{ secrets.DEPLOY_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/logux/logux.io/dispatches --data '{"event_type": "deploy"}'
12+
curl -XPOST -u "${{ secrets.DEPLOY_USER }}:${{ secrets.DEPLOY_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/logux/logux.org/dispatches --data '{"event_type": "deploy"}'

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Logux Server [![Cult Of Martians][cult-img]][cult]
22

33
<img align="right" width="95" height="148" title="Logux logotype"
4-
src="https://logux.io/branding/logotype.svg">
4+
src="https://logux.org/branding/logotype.svg">
55

66
Logux is a new way to connect client and server. Instead of sending
77
HTTP requests (e.g., AJAX and GraphQL) it synchronizes log of operations
88
between client, server, and other clients.
99

10-
* **[Guide, recipes, and API](https://logux.io/)**
11-
* **[Chat](https://gitter.im/logux/logux)** for any questions
10+
* **[Guide, recipes, and API](https://logux.org/)**
1211
* **[Issues](https://github.com/logux/logux/issues)**
1312
and **[roadmap](https://github.com/orgs/logux/projects/1)**
14-
* **[Projects](https://logux.io/guide/architecture/parts/)**
13+
* **[Projects](https://logux.org/guide/architecture/parts/)**
1514
inside Logux ecosystem
1615

1716
This repository contains Logux server with:
@@ -24,7 +23,6 @@ This repository contains Logux server with:
2423
alt="Sponsored by Evil Martians" width="236" height="54">
2524
</a>
2625

27-
[logux.io]: https://logux.io/
2826
[cult-img]: http://cultofmartians.com/assets/badges/badge.svg
2927
[cult]: http://cultofmartians.com/done.html
3028

@@ -96,4 +94,4 @@ server.type('CHANGE_NAME', {
9694
server.listen()
9795
```
9896

99-
[documentation]: https://github.com/logux/logux
97+
[documentation]: https://logux.org/

base-server/hello.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</style>
2020
</head>
2121
<body>
22-
<a href="https://logux.io/">
22+
<a href="https://logux.org/">
2323
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 117">
2424
<g fill="none" fill-rule="evenodd">
2525
<path d="M-1 0h78v117H-1z" />

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"author": "Andrey Sitnik <[email protected]>",
2222
"license": "MIT",
23-
"homepage": "https://logux.io/",
23+
"homepage": "https://logux.org/",
2424
"repository": "logux/server",
2525
"engines": {
2626
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)