mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Merge #671
671: Docs: fancier meeting redirect r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
commit
0f823132bf
2 changed files with 4 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue