Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit a237f62

Browse files
author
steven.roulleau
committed
fix(docker): wrong redirect on examples container
1 parent 414076e commit a237f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/examples/createIndexFile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -e
44

55
echo "<html>
66
<head>
7-
<title>MyScript JS examples</title>
7+
<title>iinkJS examples</title>
88
</head>
99
<body>
10-
<h2>Examples<a href=\"/index.html\">[view]</a></h2>
10+
<h2>Examples<a href=\"/examples.html\">[view]</a></h2>
1111
</body>
1212
1313
</html>" > /usr/share/nginx/html/index.html

0 commit comments

Comments
 (0)