Skip to content

Commit

Permalink
Update links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Apr 16, 2019
1 parent 6089f5b commit 6e96134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,4 +18,4 @@ MaxMind, available from https://www.maxmind.com.

Please see the [Developer Setup] documentation to get started.

[Developer Setup]: https://normandy.readthedocs.io/dev/install.html
[Developer Setup]: https://mozilla.github.io/normandy/dev/install.html
2 changes: 1 addition & 1 deletion normandy/recipes/api/v3/serializers.py
Expand Up @@ -177,7 +177,7 @@ def validate_extra_filter_expression(self, value):
jexl = JEXL()

# Add mock transforms for validation. See
# http://normandy.readthedocs.io/en/latest/user/filter_expressions.html#transforms
# https://mozilla.github.io/normandy/user/filters.html#transforms
# for a list of what transforms we expect to be available.
jexl.add_transform("date", lambda x: x)
jexl.add_transform("stableSample", lambda x: x)
Expand Down

0 comments on commit 6e96134

Please sign in to comment.