Skip to content

Commit

Permalink
Merge pull request #1069 from dvoytenko/fixes15
Browse files Browse the repository at this point in the history
Documentation fixes for expriments
  • Loading branch information
dvoytenko committed Dec 4, 2015
2 parents 5a2457a + 4f6023a commit 7a2b530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before they are fully released.

Experiments UI is a available at:

[https://cdn.ampproject.org/experiments.js](https://cdn.ampproject.org/experiments.js)
[https://cdn.ampproject.org/experiments.html](https://cdn.ampproject.org/experiments.html)

Alternatively, the expriments can be toggled in the devtools console in the development
mode using:
Expand Down
2 changes: 1 addition & 1 deletion tools/experiments/experiments.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const EXPERIMENTS = [
id: CANARY_EXPERIMENT_ID,
name: 'AMP Dev Channel (more info)',
spec: 'https://github.com/ampproject/amphtml/blob/master/' +
'DEVELOPING.md#amp-dev-channel',
'DEVELOPING.md#amp-dev-channel-experimental',
},

// Mustache
Expand Down

0 comments on commit 7a2b530

Please sign in to comment.