Redirect /benchmark/ to /benchmark.html

This commit is contained in:
Arseny Kapoulkine 2015-04-14 23:43:54 -07:00
parent 6d3e2f65f5
commit b76d23180f
2 changed files with 5 additions and 1 deletions

View File

@ -2,3 +2,6 @@ name: pugixml.org
description: Light-weight, simple and fast XML parser for C++ with XPath support description: Light-weight, simple and fast XML parser for C++ with XPath support
url: http://pugixml.org/ url: http://pugixml.org/
version: 1.6 version: 1.6
gems:
- jekyll-redirect-from

View File

@ -1,6 +1,7 @@
--- ---
layout: default layout: default
title: Benchmark title: Benchmark
redirect_from: /benchmark
--- ---
## Benchmarks ## Benchmarks