Skip to content

Commit d79348b

Browse files
committed
/latest vs /latest/
1 parent 68da806 commit d79348b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/documentation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fn build_documentation_for_package(
155155
create_dir_all(latest_path.clone())?;
156156
std::fs::File::create(latest_path.clone().join("index.html"))?.write_all(
157157
format!(
158-
"<meta http-equiv=\"refresh\" content=\"0; url=./{}/\" />",
158+
"<meta http-equiv=\"refresh\" content=\"0; url=../{}/\" />",
159159
if package.chip_features_matter() {
160160
version.to_string()
161161
} else {

0 commit comments

Comments
 (0)