diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-06-23 14:38:17 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-06-23 14:38:17 +0000 |
| commit | 2acf9d6d9c298a31d43977774b93e92518b0207c (patch) | |
| tree | d3221d4e222e24bf4dad9740e81ea515b975ae16 /doc/website/content/getting_started.html | |
| parent | 3e60ce316b62d1f2f7fe2d62b6fb475becf71ed5 (diff) | |
| download | qpid-python-2acf9d6d9c298a31d43977774b93e92518b0207c.tar.gz | |
Fixed scripts that referred to README instead of README.txt.
Changes to web site template and content.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/website/content/getting_started.html')
| -rw-r--r-- | doc/website/content/getting_started.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/website/content/getting_started.html b/doc/website/content/getting_started.html index fce75fb211..c2de831176 100644 --- a/doc/website/content/getting_started.html +++ b/doc/website/content/getting_started.html @@ -1,15 +1,15 @@ <div class="main_text_area_body" > <h1>Getting Started with Apache Qpid</h1> <p>To get started with Apache Qpid, follow the steps below.</p> - + <ol> <li>Download the software <a href="download.html" title="Download">Download</a></li> <li>Start a broker. <ul> - <li>Instructions for <a href="http://qpid.apache.org/getting-started-guide.html" title="Getting Started Guide">running a Qpid Java broker (AMQP 0-8, 0-9) </a></li> - <li>Instructions for <a href="http://qpid.apache.org/rasc.html" title="RASC">running a Qpid C++ broker (AMQP 0-10) </a></li> + <li>Instructions for <a href="http://qpid.apache.org/archives/wiki/getting-started-guide.html" title="Getting Started Guide">running a Qpid Java broker (AMQP 0-8, 0-9) </a></li> + <li>Instructions for <a href="http://qpid.apache.org/archives/wiki/rasc.html" title="RASC">running a Qpid C++ broker (AMQP 0-10) </a></li> - <li><a href="http://qpid.apache.org/mgmtc.html" title="MgmtC++">Management tools </a> (AMQP 0-10, works with the Qpid C++ broker)</li> + <li><a href="http://qpid.apache.org/archives/wiki/mgmtc.html" title="MgmtC++">Management tools </a> (AMQP 0-10, works with the Qpid C++ broker)</li> </ul> </li> <li>Run an example program from the downloaded software, or from the following URLs (these are svn URLs, which you can use to browse the examples or check them out): @@ -44,7 +44,7 @@ <ul> <li>Examples: <a href="http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/examples/">http://svn.apache.org/viewvc/qpid/trunk/qpid/dotnet/client-010/examples/ </a></li> - <li><a href="http://qpid.apache.org/net-user-guide.html">.NET Tutorial </a></li> + <li><a href="http://qpid.apache.org/archives/wiki/net-user-guide.html">.NET Tutorial </a></li> </ul> </li> </ul> @@ -56,7 +56,7 @@ </li> <li>Get your Questions Answered <ul> - <li>Read the <a href="https://cwiki.apache.org/confluence/display/qpid/FAQ" title="FAQ">FAQ</a></li> + <li>Read the <a href="archives/wiki/faq.html" title="FAQ">FAQ</a></li> <li>Ask a question on the user list <a href="mailto:users-subscribe@qpid.apache.org">users-subscribe@qpid.apache.org</a></li> </ul> |
