Skip to content

Commit

Permalink
Revised index.html and quickstart.md path
Browse files Browse the repository at this point in the history
  • Loading branch information
shihab-dls committed Apr 2, 2024
1 parent 11bf8af commit d4bd266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<title>Redirecting to main branch</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./main/index.html">
<meta http-equiv="refresh" content="0; url=./master/index.html">
<link rel="canonical" href="main/index.html">
</head>

</html>
</html>
2 changes: 1 addition & 1 deletion rootfs/web-admin/CONFIG
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ INETD_CONF = 80 stream tcp nowait root \
option:
$(install-files) $(optiondir)/file-list
echo '$(INETD_CONF)' >>$(sysroot)/etc/inetd.conf
rst2pdf $(optiondir)/../../docs/quickstart.rst \
rst2pdf $(optiondir)/../../docs/how-to/quickstart.md \
-o $(sysroot)/usr/share/web-admin/static/network-quickstart.pdf

# vim: set filetype=make:

0 comments on commit d4bd266

Please sign in to comment.