From 8866131652e6a8636d9b5cafeab52fc5b00dd376 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 5 Apr 2022 13:38:40 +0200 Subject: [PATCH] docs: Update spec link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fabe921..c2710d87 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ void main() async { ## Generated code -The files in `lib/src/generated` are generated by [dart_openapi_codegen](https://gitlab.com/famedly/company/frontend/dart_openapi_codegen) -from [matrix-doc](https://github.com/matrix-org/matrix-doc/). See the README.md in dart_openapi_codegen for more information. +The files in `lib/src/generated` are generated by [dart_openapi_codegen](https://gitlab.com/famedly/company/frontend/dart_openapi_codegen/) +from [matrix-spec](https://github.com/matrix-org/matrix-spec/). See the README.md in dart_openapi_codegen for more information.