This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/1.0.x by this push:
     new d551c1e97 use different article because spray.io is dead (#542) (#543)
d551c1e97 is described below

commit d551c1e971e7a93a58803f52b9c395dc87e083dd
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 25 11:37:53 2024 +0200

    use different article because spray.io is dead (#542) (#543)
    
    * use different article because spray.io is dead
    
    * use wayback instead
---
 .../paradox/routing-dsl/directives/debugging-directives/logRequest.md   | 2 +-
 .../routing-dsl/directives/debugging-directives/logRequestResult.md     | 2 +-
 .../paradox/routing-dsl/directives/debugging-directives/logResult.md    | 2 +-
 .../paradox/routing-dsl/directives/form-field-directives/formFields.md  | 2 +-
 .../main/paradox/routing-dsl/directives/future-directives/onSuccess.md  | 2 +-
 .../routing-dsl/directives/header-directives/headerValueByType.md       | 2 +-
 .../directives/header-directives/optionalHeaderValueByType.md           | 2 +-
 .../paradox/routing-dsl/directives/parameter-directives/parameters.md   | 2 +-
 .../paradox/routing-dsl/directives/range-directives/withRangeSupport.md | 2 +-
 .../main/paradox/routing-dsl/directives/route-directives/complete.md    | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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: <FieldDef[T_0]> :: ... <FieldDef[T_i]> 
... :: HNil): Dire
 The signature shown is simplified and written in pseudo-syntax, the real 
signature uses magnets. <a id="^1" href="#1">[1]</a> The type
 `<FieldDef>` doesn't really exist but consists of the syntactic variants as 
shown in the description and the examples.
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" href="#1">[1]</a>.
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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: <ParamDef[T_0]> :: ... <ParamDef[T_i]> 
... :: HNil): Dire
 The signature shown is simplified and written in pseudo-syntax, the real 
signature uses magnets. <a id="^1" href="#1">[1]</a> The type
 `<ParamDef>` doesn't really exist but consists of the syntactic variants as 
shown in the description and the examples.
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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. <a id="^1" 
href="#1">[1]</a>
 
-> <a id="1" href="#^1">[1]</a> See [The Magnet 
Pattern](http://spray.io/blog/2012-12-13-the-magnet-pattern/) for an 
explanation of magnet-based overloading.
+> <a id="1" href="#^1">[1]</a> 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.
 
 @@@
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to