aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-12-21 19:50:35 +0000
committerGravatar GitHub <noreply@github.com> 2022-12-21 19:50:35 +0000
commit0f823132bf23cc2bde343b0192565f23504f5c67 (patch)
tree76da0455ff26b6cdb73d83be755b00a5653878e6
parentd3dcb66511750b8e5f192f001e9db7d79c511b92 (diff)
parent171e915696ef9e065c22724e06a756f47fddc544 (diff)
downloadrtic-0f823132bf23cc2bde343b0192565f23504f5c67.tar.gz
rtic-0f823132bf23cc2bde343b0192565f23504f5c67.tar.zst
rtic-0f823132bf23cc2bde343b0192565f23504f5c67.zip
Merge #671
671: Docs: fancier meeting redirect r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--CHANGELOG.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 16d8a284..3de95864 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e18b2144..6988f7ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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