Skip to content

Commit a6e817f

Browse files
author
Eric Berry
authored
Update CodeFund script URL (#138)
1 parent 249d432 commit a6e817f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3 id="getaresource">Get a resource</h3>
6969
}
7070
</code></pre>
7171
<div id="codefund"><!-- fallback content --></div>
72-
<script src="https://codefund.io/properties/338/funder.js" async="async"></script>
72+
<script src="https://app.codefund.io/properties/338/funder.js" async="async"></script>
7373
<h3 id="listallresources">List all resources</h3>
7474
<pre><code class="js language-js">fetch('https://jsonplaceholder.typicode.com/posts')
7575
.then(response =&gt; response.json())

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2>Example</h2>
135135
</p>
136136

137137
<div id="codefund"><!-- fallback content --></div>
138-
<script src="https://codefund.io/properties/338/funder.js" async="async"></script>
138+
<script src="https://app.codefund.io/properties/338/funder.js" async="async"></script>
139139

140140
<!-- Resources -->
141141
<h2>Resources</h2>

templates/GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fetch('https://jsonplaceholder.typicode.com/posts/1')
2323
```
2424

2525
<div id="codefund"><!-- fallback content --></div>
26-
<script src="https://codefund.io/properties/338/funder.js" async="async"></script>
26+
<script src="https://app.codefund.io/properties/338/funder.js" async="async"></script>
2727

2828
### List all resources
2929

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Example</h2>
8282
</p>
8383

8484
<div id="codefund"><!-- fallback content --></div>
85-
<script src="https://codefund.io/properties/338/funder.js" async="async"></script>
85+
<script src="https://app.codefund.io/properties/338/funder.js" async="async"></script>
8686

8787
<!-- Resources -->
8888
<h2>Resources</h2>

0 commit comments

Comments
 (0)