Skip to content

Commit b304c1b

Browse files
committed
README: fix the Protomia link (502) and correct the Hub registration wording
Two user-facing defects on the front page: - The three [Protomia] links pointed at https://aitomistic.com/protomia, which returns 502 (checked repeatedly with the local proxy bypassed); /en/protomia is 404, and the site navigation has no Protomia route at all (its products are Hub, Lab and Models). Repointed to https://aitomistic.com/mlatom/ai_agents.html, which is live and is the page that actually describes Protomia: "the main AI assistant for atomistic simulations built on MLatom". - The Hub was described as "registration-free", i.e. that no account is needed. It is — the platform has a real signup flow (e-mail plus a six-digit confirmation code), so a reader following that line hits an unexpected signup wall. The docs page cloud.html already says "free registration"; the README now matches it, which also keeps the two public descriptions of the same platform consistent. Found while link-checking every URL for an announcement of the Apache 2.0 relicense.
1 parent c817681 commit b304c1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
MLatom is an open-source package for **atomistic simulations with machine learning and quantum chemical methods** — DFT, wavefunction-based, and semi-empirical approximations. Use it as a Python library, through input files, or from the command line — run it locally, or online with no installation.
1616

17-
**[Website](http://mlatom.com)** · **[Documentation](http://mlatom.com/docs)** · **[Protomia](https://aitomistic.com/protomia)** · **[Aitomistic Hub](https://aitomistic.xyz)** · **[Aitomistic Lab@XMU](https://atom.xmu.edu.cn)** · **[Releases](http://mlatom.com/docs/releases.html)**
17+
**[Website](http://mlatom.com)** · **[Documentation](http://mlatom.com/docs)** · **[Protomia](https://aitomistic.com/mlatom/ai_agents.html)** · **[Aitomistic Hub](https://aitomistic.xyz)** · **[Aitomistic Lab@XMU](https://atom.xmu.edu.cn)** · **[Releases](http://mlatom.com/docs/releases.html)**
1818

1919
## Run online — no installation
2020

21-
Run MLatom in your browser on either online platform — both powered by [Protomia](https://aitomistic.com/protomia), with an AI assistant for autonomous atomistic simulations:
21+
Run MLatom in your browser on either online platform — both powered by [Protomia](https://aitomistic.com/mlatom/ai_agents.html), with an AI assistant for autonomous atomistic simulations:
2222

23-
- **[Aitomistic Hub](https://aitomistic.xyz)**registration-free.
23+
- **[Aitomistic Hub](https://aitomistic.xyz)** — free registration.
2424
- **[Aitomistic Lab@XMU](https://atom.xmu.edu.cn)** — free for academic users (registration with an academic email).
2525

2626
## Local installation
@@ -71,7 +71,7 @@ optxyz=opt.xyz # output geometry
7171
mlatom geomopt.inp
7272
```
7373

74-
Prefer zero setup? Run these online on the [Aitomistic Hub](https://aitomistic.xyz) or [Aitomistic Lab@XMU](https://atom.xmu.edu.cn) (both powered by [Protomia](https://aitomistic.com/protomia)) — no installation needed.
74+
Prefer zero setup? Run these online on the [Aitomistic Hub](https://aitomistic.xyz) or [Aitomistic Lab@XMU](https://atom.xmu.edu.cn) (both powered by [Protomia](https://aitomistic.com/mlatom/ai_agents.html)) — no installation needed.
7575

7676
## Features & documentation
7777

0 commit comments

Comments
 (0)