Skip to content

Commit

Permalink
Rename fake_amp.json to fake_amp.html (#15997)
Browse files Browse the repository at this point in the history
  • Loading branch information
lannka authored Jun 15, 2018
1 parent e8aa8fe commit 62ab579
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/a4a.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Fake ad network</h2>
type="fake"
id='i-amphtml-demo-id'
data-vars-analytics-var="bar"
src="/extensions/amp-ad-network-fake-impl/0.1/data/fake_amp.json">
src="/extensions/amp-ad-network-fake-impl/0.1/data/fake_amp.html">
<div placeholder></div>
<div fallback></div>
</amp-ad>
Expand Down
2 changes: 1 addition & 1 deletion examples/fake-ad.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Fake Ad Network:</h2>
<amp-ad width="300" height="400"
id="i-amphtml-demo-id"
type="fake"
src="/extensions/amp-ad-network-fake-impl/0.1/data/fake_amp.json">
src="/extensions/amp-ad-network-fake-impl/0.1/data/fake_amp.html">
<div placeholder>Loading...</div>
<div fallback>Could not display the fake ad :(</div>
</amp-ad>
Expand Down

0 comments on commit 62ab579

Please sign in to comment.