Skip to content

Commit

Permalink
Merge #1859
Browse files Browse the repository at this point in the history
1859: Update links to documentation r=rehandalal a=mythmon

I set up a redirect for most of the docs from RTD to gh-pages, and made the root of the RTD page contain a message that the docs have moved. I think we can update our links now.

Co-authored-by: Michael Cooper <mythmon@gmail.com>
  • Loading branch information
bors[bot] and mythmon committed Apr 17, 2019
2 parents 6089f5b + 6e96134 commit 9128a60
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 9128a60

Please sign in to comment.