From 16dc05e2b09fbe7fe66c937f538a68d3180fa4ab Mon Sep 17 00:00:00 2001 From: "Shivrani A. Jadhav" <86149243+ShivraniAJ@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:08:39 +0530 Subject: [PATCH] Fix the link which was not supporting in README.md (#8229) * Fix the link which was not supporting in README.md I have updated the link to the CSS of matrix-react-sdk. * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9fd91cb2bb..4664887360a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ practices that anyone working with the SDK needs to be aware of and uphold: * The view's CSS file MUST have the same name (e.g. view/rooms/MessageTile.css). CSS for matrix-react-sdk currently resides in - https://github.com/vector-im/element-web/tree/master/src/skins/vector/css/matrix-react-sdk. + https://github.com/matrix-org/matrix-react-sdk/tree/master/res/css. * Per-view CSS is optional - it could choose to inherit all its styling from the context of the rest of the app, although this is unusual for any but