Skip to content

Commit a27cd74

Browse files
committed
Updating ruleset style guide URLs
1 parent c39288d commit a27cd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rulesets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Exclusions are always evaluated before rules in a given ruleset. Matching any ex
5959

6060
#### [Style Guide](#style-guide)
6161

62-
There are many different ways you can write a ruleset, or regular expression within the ruleset. It's easier for everyone to understand the rulesets if they follow similar practices. You should read and follow the [Ruleset style guide](https://github.com/EFForg/https-everywhere/blob/master/ruleset-style.md). Some of the guidelines in that document are intended to make [Ruleset testing](https://github.com/EFForg/https-everywhere/blob/master/ruleset-testing.md) less cumbersome.
62+
There are many different ways you can write a ruleset, or regular expression within the ruleset. It's easier for everyone to understand the rulesets if they follow similar practices. You should read and follow the [Ruleset style guide](https://github.com/EFForg/https-everywhere/blob/master/CONTRIBUTING.md#ruleset-style-guide). Some of the guidelines in that document are intended to make [Ruleset testing](https://github.com/EFForg/https-everywhere/blob/master/ruleset-testing.md) less cumbersome.
6363

6464
#### [Secure Cookies](#secure-cookies)
6565

test/rules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ must have sufficient test coverage. You can often improve test coverage by
3737
adding <test url="..." /> tags, or by restructuring the rule to avoid
3838
wildcard <target> tags. See these documents:
3939
https://github.com/EFForg/https-everywhere/blob/master/ruleset-testing.md
40-
https://github.com/EFForg/https-everywhere/blob/master/ruleset-style.md
40+
https://github.com/EFForg/https-everywhere/blob/master/CONTRIBUTING.md#ruleset-style-guide
4141
'
4242
exit 1
4343
else

0 commit comments

Comments
 (0)