Skip to content

Commit

Permalink
fixed redirection URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintides committed Jun 5, 2017
1 parent 9b508bc commit 8b65ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
@@ -1,14 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
<!--
Copyright 2016 Joaquín M López Muñoz.
Copyright 2016-2017 Joaquín M López Muñoz.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="refresh" content="0; URL=../../doc/html/poly_collection.">
<meta http-equiv="refresh" content="0; URL=../../doc/html/poly_collection.html">
<title>Boost.PolyCollection Documentation</title>
<link rel="stylesheet" href="doc/style.css" type="text/css">
</head>
Expand Down

0 comments on commit 8b65ec8

Please sign in to comment.