671: Docs: fancier meeting redirect r=perlindgren a=AfoHT



Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
bors[bot] 2022-12-21 19:50:35 +00:00 committed by GitHub
commit 0f823132bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -429,6 +429,8 @@ jobs:
# Redirect rtic.rs/meeting/index.html to hackmd
mkdir $td/meeting
sed "s|URL|https://hackmd.io/c_mFUZL-Q2C6614MlrrxOg|g" redirect.html > $td/meeting/index.html
sed -i "s|Page Redirection|RTIC Meeting|" $td/meeting/index.html
sed -i "s|If you|Redirecting to RTIC HackMD. If you|" $td/meeting/index.html
# Redirect the main site to the stable release
sed "s|URL|$stable|g" redirect.html > $td/index.html

View file

@ -18,6 +18,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
- Tuned redirect message for rtic.rs/meeting
## [v1.1.3] - 2022-06-23
### Added