Skip to content

Commit 1fcbf36

Browse files
Fixed critical bug in BanditsD3.html
The dropbox link does not appear to have been running for a long time. Since the main JavaScript file in question is already on the github repo, I created a redirect through another website that allows raw javascript files to be referenced externally that are hosted on Github (service isn't always guaranteed, but it is leagues better than a non-functional dropbox link)
1 parent a6b94a5 commit 1fcbf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter6_Priorities/BanditsD3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787

8888
</div>
8989

90-
<script type="text/javascript" src="https://dl.dropbox.com/s/2qhdohtgzszp3yx/d3bandits.js"></script>
90+
<script type="text/javascript" src="https://cdn.rawgit.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter6_Priorities/d3bandits.js"></script>

0 commit comments

Comments
 (0)