Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Apr 25, 2024
1 parent f50e6df commit bdc84f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/aux/gh-pages-redirect.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to master branch</title>
<title>Redirecting to main branch</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./master/index.html">
<link rel="canonical" href="https://hep-fcc.github.io/fcc-tutorials/master/index.html">
<meta http-equiv="refresh" content="0; url=./main/index.html">
<link rel="canonical" href="https://hep-fcc.github.io/fcc-tutorials/main/index.html">
</head>
</html>

2 comments on commit bdc84f7

@BrieucF
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks all the links to the tutorial that we have disseminated in talks, mails, other documentations, ... Can we do something about this?

@kjvbrt
Copy link
Contributor Author

@kjvbrt kjvbrt commented on bdc84f7 May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

master pages are copy of main now, done after generating individual branches.

Please sign in to comment.