This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new e74939d Fix reference to activemq.org
e74939d is described below
commit e74939d69fef17d94f7e6a9df0a79230fae417fd
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Dec 20 09:35:20 2021 -0600
Fix reference to activemq.org
---
src/version-5-initial-configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/version-5-initial-configuration.md
b/src/version-5-initial-configuration.md
index 9e29389..6f6b8ce 100644
--- a/src/version-5-initial-configuration.md
+++ b/src/version-5-initial-configuration.md
@@ -58,7 +58,7 @@ Additional resources
### Related reading
* Sun's [JMS Tutorial](http://java.sun.com/products/jms/tutorial/) is a
handy place to start looking at how to use the JMS API directly
-* The ActiveMQ [Website](http://activemq.org) for specifics on how to use
ActiveMQ
+* The ActiveMQ [Website](http://activemq.apache.org) for specifics on how to
use ActiveMQ
* [ActiveMQ Topologies](topologies)
* [ActiveMQ Clustering](clustering)
* [ActiveMQ Network of Brokers](networks-of-brokers)