mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 08:23:42 +01:00
httpsify the speculator link
This commit is contained in:
parent
18a83ea299
commit
8a9629167a
|
|
@ -45,7 +45,7 @@ Other versions of this specification
|
||||||
|
|
||||||
The following other versions are also available, in reverse chronological order:
|
The following other versions are also available, in reverse chronological order:
|
||||||
|
|
||||||
- `HEAD <http://matrix.org/speculator/spec/HEAD/client_server/unstable.html>`_: Includes all changes since the latest versioned release.
|
- `HEAD <https://matrix.org/speculator/spec/HEAD/client_server/unstable.html>`_: Includes all changes since the latest versioned release.
|
||||||
- `r0.2.0 <https://matrix.org/docs/spec/client_server/r0.2.0.html>`_
|
- `r0.2.0 <https://matrix.org/docs/spec/client_server/r0.2.0.html>`_
|
||||||
- `r0.1.0 <https://matrix.org/docs/spec/client_server/r0.1.0.html>`_
|
- `r0.1.0 <https://matrix.org/docs/spec/client_server/r0.1.0.html>`_
|
||||||
- `r0.0.1 <https://matrix.org/docs/spec/r0.0.1/client_server.html>`_
|
- `r0.0.1 <https://matrix.org/docs/spec/r0.0.1/client_server.html>`_
|
||||||
|
|
@ -666,7 +666,7 @@ handle unknown login types:
|
||||||
if (ev.data !== "authDone" || ev.origin !== homeserverUrl) {
|
if (ev.data !== "authDone" || ev.origin !== homeserverUrl) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// close the popup
|
// close the popup
|
||||||
popupWindow.close();
|
popupWindow.close();
|
||||||
window.removeEventListener("message", eventListener);
|
window.removeEventListener("message", eventListener);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue