From 3ce57563c94bc6873c02851139c841e334984949 Mon Sep 17 00:00:00 2001 From: Aleksei Eraskin Date: Thu, 25 Jul 2024 17:39:00 -0700 Subject: [PATCH] fix incorrect links in the classic/documentation/restful-queue --- src/components/classic/documentation/restful-queue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/classic/documentation/restful-queue.md b/src/components/classic/documentation/restful-queue.md index dd24e1c8e5..b4a68210a7 100644 --- a/src/components/classic/documentation/restful-queue.md +++ b/src/components/classic/documentation/restful-queue.md @@ -13,9 +13,9 @@ RESTful Queue This document is intended to document the ideal RESTful interface to message queues in light of -* [the discussion on rest-discuss](http://tech.groups.yahoo.com/group/rest-discuss/message/8955) +* [the discussion on rest-discuss](https://lists.apache.org/thread/nyt363l2z3lmnyd6239wykr0dvxhx739) * [Atom Publishing Protocol](http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-17.html) (APP) -* [httplr](http://www.dehora.net/doc/httplr/draft-httplr-01.html) +* [httplr](https://blog.sethladd.com/2005/04/http-reliable-messaging.html) ### Issues with Queues and REST