This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 57b8839 2025/02/26 12:05:37: Generated dev website from
groovy-website@96bcdea
57b8839 is described below
commit 57b8839aae3762885241842dacfc93ff94ff116f
Author: jenkins <[email protected]>
AuthorDate: Wed Feb 26 12:05:37 2025 +0000
2025/02/26 12:05:37: Generated dev website from groovy-website@96bcdea
---
blog/encryption-and-decryption-with-groovy.html | 2 +-
blog/quake3-inverse-square-root.html | 2 +-
wiki/groovy-release-discussion.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/blog/encryption-and-decryption-with-groovy.html
b/blog/encryption-and-decryption-with-groovy.html
index 36a742c..c0efb89 100644
--- a/blog/encryption-and-decryption-with-groovy.html
+++ b/blog/encryption-and-decryption-with-groovy.html
@@ -56,7 +56,7 @@
</div><div id='content' class='page-1'><div
class='row'><div class='row-fluid'><div class='col-lg-3'><ul
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a
href='#doc'>Encryption and decryption with Groovy</a></li><li><a
href='#_using_the_jdk_crypto_classes' class='anchor-link'>Using the JDK crypto
classes</a></li><li><a href='#_using_the_bouncy_castle_library'
class='anchor-link'>Using the Bouncy Castle library</a></li><li><a href='#_ot
[...]
<div class="sectionbody">
<div class="paragraph">
-<p>Inspired by this recent <a
href="https://asyncq.com/how-to-encrypt-and-decrypt-data-in-java">blog
entry</a>, here is an example showing how to encrypt and decrypt with
Groovy.</p>
+<p>Inspired by this recent <a
href="https://web.archive.org/web/20240215084444/https://asyncq.com/how-to-encrypt-and-decrypt-data-in-java">blog
entry</a>, here is an example showing how to encrypt and decrypt with
Groovy.</p>
</div>
</div>
</div>
diff --git a/blog/quake3-inverse-square-root.html
b/blog/quake3-inverse-square-root.html
index b336cd7..426cad1 100644
--- a/blog/quake3-inverse-square-root.html
+++ b/blog/quake3-inverse-square-root.html
@@ -521,7 +521,7 @@ and see if it really helps.</p>
<p><a href="http://www.lomont.org/papers/2003/InvSqrt.pdf">Fast Inverse Square
Root paper</a></p>
</li>
<li>
-<p><a
href="https://www.slideshare.net/maksym_zavershynskyi/fast-inverse-square-root">Behind
the Performance of Quake 3 Engine: Fast Inverse Square Root</a></p>
+<p><a
href="https://web.archive.org/web/20221221151427/https://www.slideshare.net/maksym_zavershynskyi/fast-inverse-square-root">Behind
the Performance of Quake 3 Engine: Fast Inverse Square Root</a></p>
</li>
</ul>
</div>
diff --git a/wiki/groovy-release-discussion.html
b/wiki/groovy-release-discussion.html
index a936372..828c975 100644
--- a/wiki/groovy-release-discussion.html
+++ b/wiki/groovy-release-discussion.html
@@ -142,7 +142,7 @@ Many of the ideas went into Groovy’s current release
process which involve
<div class="ulist">
<ul>
<li>
-<p>the <a
href="http://ci.groovy-lang.org/viewType.html?buildTypeId=Groovy_BintrayIntegration_UploadSnapshots&guest=1">snapshot
upload</a> plan builds Groovy from sources and deploys the artifacts to the <a
href="http://oss.jfrog.org/oss-snapshot-local/org/codehaus/groovy/">OSS
Artifactory Snapshot Repository</a>.</p>
+<p>the <a
href="http://ci.groovy-lang.org/viewType.html?buildTypeId=Groovy_BintrayIntegration_UploadSnapshots&guest=1">snapshot
upload</a> plan builds Groovy from sources and deploys the artifacts to the
http://oss.jfrog.org/oss-snapshot-local/org/codehaus/groovy/ [OSS Artifactory
Snapshot Repository legacy URL].</p>
</li>
<li>
<p>the <a
href="http://ci.groovy-lang.org/viewType.html?buildTypeId=Groovy_BintrayIntegration_ReleasePlan&guest=1">release
plan</a> allows a release manager to release a new version of Groovy directly
from the CI server</p>