Skip to content

Commit

Permalink
fix redirect build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lmccart committed Jul 22, 2020
1 parent ba909a6 commit 59e8312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/data.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
title: p5.js
version: 1.0.0
version: 1.1.2
2 changes: 1 addition & 1 deletion src/templates/pages/reference/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Redirector</title>
<meta http-equiv="refresh" content="0;url=../">
<meta http-equiv="refresh" content="0; url=../">
</head>
<body>
<a href="../">Click here to redirect</a>
Expand Down

0 comments on commit 59e8312

Please sign in to comment.