From 3c86f99b4240085da3f70b0369aa5f99d9ba3ef1 Mon Sep 17 00:00:00 2001 From: Mavaddat Javid <5055400+mavaddat@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:41:28 -0500 Subject: [PATCH] Update README.md Correct relative links to Sequence Diagrams. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc00e216d..a419a3596 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The latest development code for the CSS Validator is available through [the GitHub repository](https://github.com/w3c/css-validator). -For a visual representation, see the [CSS Validator Sequence Diagram](https://github.com/w3c/css-validator/raw/master/docs/CSS_Validator_Sequence_Diagram.png), which is available in [png](https://github.com/w3c/css-validator/raw/master/docs/CSS_Validator_Sequence_Diagram.png), [graffle](https://github.com/w3c/css-validator/raw/master/docs/CSS_Validator_Sequence_Diagram.graffle) and [svg](https://github.com/w3c/css-validator/raw/master/docs/CSS_Validator_Sequence_Diagram.svg) formats. +For a visual representation, see the [CSS Validator Sequence Diagram](./docs/CSS_Validator_Sequence_Diagram.png), which is available in [png](./docs/CSS_Validator_Sequence_Diagram.png), [graffle](./docs/CSS_Validator_Sequence_Diagram.graffle) and [svg](./docs/CSS_Validator_Sequence_Diagram.svg) formats. If you have any questions or problems with the validator, send us an [email](https://github.com/w3c/css-validator/blob/master/Email.html.en).