Skip to content

Commit

Permalink
Merge pull request #1 from rstacruz/patch-1
Browse files Browse the repository at this point in the history
Update example CDN URLs
  • Loading branch information
Joshua Appelman committed Jul 6, 2015
2 parents 17b5374 + 31f3e80 commit c6b2316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -887,14 +887,14 @@ A typical setup might look something like the following, where we call `mocha.se
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.4/mocha.css" rel="stylesheet" />
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
</head>
<body>
<div id="mocha"></div>

<script src="https://rawgit.com/jquery/jquery/2.1.4/dist/jquery.min.js"></script>
<script src="https://rawgit.com/Automattic/expect.js/0.3.1/index.js"></script>
<script src="https://cdn.rawgit.com/mochajs/mocha/2.2.4/mocha.js"></script>
<script src="https://cdn.rawgit.com/jquery/jquery/2.1.4/dist/jquery.min.js"></script>
<script src="https://cdn.rawgit.com/Automattic/expect.js/0.3.1/index.js"></script>
<script src="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>

<script>mocha.setup('bdd')</script>
<script src="test.array.js"></script>
Expand Down

0 comments on commit c6b2316

Please sign in to comment.