diff --git a/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequest.md b/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequest.md
index bc84f9448..fa5c9f529 100644
--- a/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequest.md
+++ b/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequest.md
@@ -14,7 +14,7 @@ def logRequest(magnet: LoggingMagnet[HttpRequest => Unit]): Directive0
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequestResult.md b/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequestResult.md
index 745f698a1..970f12798 100644
--- a/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequestResult.md
+++ b/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logRequestResult.md
@@ -12,7 +12,7 @@ def logRequestResult(show: HttpRequest => RouteResult => Option[LogEntry])(impli
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logResult.md b/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logResult.md
index bb49ec8c2..192c099af 100644
--- a/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logResult.md
+++ b/docs/src/main/paradox/routing-dsl/directives/debugging-directives/logResult.md
@@ -14,7 +14,7 @@ def logResult(magnet: LoggingMagnet[RouteResult => Unit]): Directive0
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/form-field-directives/formFields.md b/docs/src/main/paradox/routing-dsl/directives/form-field-directives/formFields.md
index 9b38e253f..490c6e3a5 100644
--- a/docs/src/main/paradox/routing-dsl/directives/form-field-directives/formFields.md
+++ b/docs/src/main/paradox/routing-dsl/directives/form-field-directives/formFields.md
@@ -18,7 +18,7 @@ def formFields(fields: :: ... ... :: HNil): Dire
The signature shown is simplified and written in pseudo-syntax, the real signature uses magnets. [1] The type
`` doesn't really exist but consists of the syntactic variants as shown in the description and the examples.
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
## Description
diff --git a/docs/src/main/paradox/routing-dsl/directives/future-directives/onSuccess.md b/docs/src/main/paradox/routing-dsl/directives/future-directives/onSuccess.md
index 306c0026a..b27cef885 100644
--- a/docs/src/main/paradox/routing-dsl/directives/future-directives/onSuccess.md
+++ b/docs/src/main/paradox/routing-dsl/directives/future-directives/onSuccess.md
@@ -12,7 +12,7 @@ def onSuccess(hlistFuture: Future[T_0 :: ... T_i ... :: HNil]): Directive[T_0 ::
The signature shown is simplified and written in pseudo-syntax, the real signature uses magnets. [1].
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/header-directives/headerValueByType.md b/docs/src/main/paradox/routing-dsl/directives/header-directives/headerValueByType.md
index fbbe883da..1e5ec5390 100644
--- a/docs/src/main/paradox/routing-dsl/directives/header-directives/headerValueByType.md
+++ b/docs/src/main/paradox/routing-dsl/directives/header-directives/headerValueByType.md
@@ -9,7 +9,7 @@ def headerValueByType[T <: HttpHeader: ClassTag](): Directive1[T]
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/header-directives/optionalHeaderValueByType.md b/docs/src/main/paradox/routing-dsl/directives/header-directives/optionalHeaderValueByType.md
index e86b7ce37..bb4ddd8d8 100644
--- a/docs/src/main/paradox/routing-dsl/directives/header-directives/optionalHeaderValueByType.md
+++ b/docs/src/main/paradox/routing-dsl/directives/header-directives/optionalHeaderValueByType.md
@@ -9,7 +9,7 @@ def optionalHeaderValueByType[T <: HttpHeader: ClassTag](): Directive1[Option[T]
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/parameter-directives/parameters.md b/docs/src/main/paradox/routing-dsl/directives/parameter-directives/parameters.md
index d6dfee23b..a638c1a75 100644
--- a/docs/src/main/paradox/routing-dsl/directives/parameter-directives/parameters.md
+++ b/docs/src/main/paradox/routing-dsl/directives/parameter-directives/parameters.md
@@ -15,7 +15,7 @@ def parameters(params: :: ... ... :: HNil): Dire
The signature shown is simplified and written in pseudo-syntax, the real signature uses magnets. [1] The type
`` doesn't really exist but consists of the syntactic variants as shown in the description and the examples.
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/range-directives/withRangeSupport.md b/docs/src/main/paradox/routing-dsl/directives/range-directives/withRangeSupport.md
index 541ee04e4..692c02ac3 100644
--- a/docs/src/main/paradox/routing-dsl/directives/range-directives/withRangeSupport.md
+++ b/docs/src/main/paradox/routing-dsl/directives/range-directives/withRangeSupport.md
@@ -10,7 +10,7 @@ def withRangeSupport(rangeCountLimit: Int, rangeCoalescingThreshold:Long): Direc
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@
diff --git a/docs/src/main/paradox/routing-dsl/directives/route-directives/complete.md b/docs/src/main/paradox/routing-dsl/directives/route-directives/complete.md
index 9444a6840..ed8671b3e 100644
--- a/docs/src/main/paradox/routing-dsl/directives/route-directives/complete.md
+++ b/docs/src/main/paradox/routing-dsl/directives/route-directives/complete.md
@@ -15,7 +15,7 @@ def complete[T :Marshaller](status: Int, headers: Seq[HttpHeader], value: T): St
The signature shown is simplified, the real signature uses magnets. [1]
-> [1] See [The Magnet Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
+> [1] See [The Magnet Pattern](https://web.archive.org/web/20240311111722/http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an explanation of magnet-based overloading.
@@@