Skip to content

Commit

Permalink
Fix broken URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjbradley authored and mockdeep committed Jan 15, 2019
1 parent 897a379 commit 30ef752
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/accept-multiple-signatures.html
Expand Up @@ -7,7 +7,7 @@
</style>
<link href="../assets/jquery.signaturepad.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../assets/flashcanvas.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
</head>
<body>
<form method="post" action="">
Expand Down
2 changes: 1 addition & 1 deletion examples/accept-signature.html
Expand Up @@ -7,7 +7,7 @@
</style>
<link href="../assets/jquery.signaturepad.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../assets/flashcanvas.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
</head>
<body>
<form method="post" action="" class="sigPad">
Expand Down
2 changes: 1 addition & 1 deletion examples/full-window.html
Expand Up @@ -41,7 +41,7 @@
</style>
<link rel="stylesheet" href="../assets/jquery.signaturepad.css">
<!--[if lt IE 9]><script src="../assets/flashcanvas.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
</head>
<body>
<form method="POST" action="">
Expand Down
2 changes: 1 addition & 1 deletion examples/regenerate-signature.html
Expand Up @@ -8,7 +8,7 @@
</style>
<link href="../assets/jquery.signaturepad.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../assets/flashcanvas.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
</head>
<body>
<div class="sigPad signed">
Expand Down
2 changes: 1 addition & 1 deletion examples/require-drawn-signature.html
Expand Up @@ -7,7 +7,7 @@
</style>
<link href="../assets/jquery.signaturepad.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../assets/flashcanvas.js"></script><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
</head>
<body>
<form method="post" action="" class="sigPad">
Expand Down

0 comments on commit 30ef752

Please sign in to comment.