Skip to content

Commit c34913f

Browse files
committed
fix broken links
1 parent 53ceac0 commit c34913f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

faq/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
title: Iron.io Frequently Asked Questions
66
---
77

8-
<small>This a compilation of helpful answers to frequently asked questions. If you don't see your question on here, fear not! Just send us an [email](mailto:[email protected]) and we'll get back you shortly.
9-
The Iron Team also encourages you to <a href="/community/docs/">contribute</a> to our documentation.</small>
8+
<small>This a compilation of helpful answers to frequently asked questions. If you don't see your question on here, fear not! Just send us an email to [email protected] and we'll get back you shortly.
9+
The Iron Team also encourages you to contribute to our documentation.</small>
1010

1111
<h2 id="IronHUD-faq"> <a href="http://hud.iron.io">Iron Heads Up Display</a> </h2>
1212
<ul>

mq/3/reference/environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Receivers get one or more messages (up to 100). Once the receive is done process
5555
<h2 id="queue_attributes">Queue Attributes</h2>
5656

5757
Queues have their own set of attributes.
58-
To get the information about a queue, use the [Info API call](/mq/reference/api/#get_info_about_a_message_queue).
58+
To get the information about a queue, use the [Info API call](/mq/3/reference/api/#get_info_about_a_message_queue).
5959
The following is a list of all the queue attributes:
6060

6161
#### Common Attributes

mq/3/reference/push_queues/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ breadcrumbs:
4141
<h2 id="overview">Overview</h2>
4242

4343
[Blog Post for Overview](https://blog.iron.io/ironmq-push-queues-reliable-message). You should also review
44-
the [MQ API for push queue related endpoints](http://dev.iron.io/mq/reference/api/).
44+
the [MQ API for push queue related endpoints](http://dev.iron.io/mq/3/reference/api/).
4545

4646
<h2 id="subscribers">Subscribers</h2>
4747

@@ -153,7 +153,7 @@ The error queue message will contain the following information:
153153
}
154154
```
155155

156-
You can look up the original message if needed via the [GET message endpoint](/mq/reference/api/#get_message_by_id) using
156+
You can look up the original message if needed via the [GET message endpoint](/mq/3/reference/api/#get_message_by_id) using
157157
the `source_msg_id` value.
158158

159159
### To turn off/disable an error queue
@@ -255,7 +255,7 @@ At Iron we have 3 recommended ways to debug problems you may encounter with your
255255

256256
<h3 id="using_error_queue">Using Error Queues (IronMQ Feature)</h3>
257257
Error queues are vastly useful to record, document, and react to retries, errors, and bugs that involve your Message queue endpoint.
258-
See our <a href="http://dev.iron.io/mq/reference/push_queues/#error_queues">Error Queue Documentation</a> on how to setup and read error queue messages.
258+
See our <a href="http://dev.iron.io/mq/3/reference/push_queues/#error_queues">Error Queue Documentation</a> on how to setup and read error queue messages.
259259

260260
<h3 id="requestbin">Using RequestBin</h3>
261261
<a href="https://requestbin.com">RequestBin</a> is a very useful and free service provided that helps users debug all kinds of request to a unqiuely generated endpoint.

partner_docs/heroku_mq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This will add the developer level addon for IronMQ, which will let you test the
1212

1313
## Language Support
1414

15-
IronMQ has clients for [a lot of languages](http://dev.iron.io/mq/libraries/), and you can always use [the REST API](http://dev.iron.io/mq/reference/api/) (or write your own!). This means your existing Heroku stack should work without any changes.
15+
IronMQ has clients for [a lot of languages](http://dev.iron.io/mq/libraries/), and you can always use [the REST API](http://dev.iron.io/mq/3/reference/api/) (or write your own!). This means your existing Heroku stack should work without any changes.
1616

1717
## Ruby
1818

@@ -154,7 +154,7 @@ Once that's done, you can require it to get a simple wrapper for the API:
154154
## Next Steps
155155

156156
To get into more advanced uses of IronMQ, you may want to check out the
157-
[API docs](http://dev.iron.io/mq/reference/api/) or check out an example Sinatra application that ties in [IronWorker](http://addons.heroku.com/iron_worker)
157+
[API docs](http://dev.iron.io/mq/3/reference/api/) or check out an example Sinatra application that ties in [IronWorker](http://addons.heroku.com/iron_worker)
158158
at [https://github.com/iron-io/heroku_sinatra_example](https://github.com/iron-io/heroku_sinatra_example).
159159

160160
## Support

worker/webhooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ you don't need any updates in your existing workers to use them. A typical workf
4141
$ iron_worker webhook $WORKER_NAME
4242
```
4343

44-
* Pass webhook link to 3rdparty service like GitHub, or as subscriber URL for [IronMQ Push Queue](/mq/reference/push_queues)
44+
* Pass webhook link to 3rdparty service like GitHub, or as subscriber URL for [IronMQ Push Queue](/mq/3/reference/push_queues)
4545
* Do something to trigger the webhook, say, commit to GitHub or post a message to a Push Queue.
4646

4747
When the IronWorker service receives the HTTP POST request to your webhook endpoint,

0 commit comments

Comments
 (0)