diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-10-20 19:44:20 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-10-20 19:44:20 +0000 |
commit | e13334c074d6eac4807832db84ee3d3e24d95264 (patch) | |
tree | 3c3e45125a5ad9be256001583eab1c490badfb2b | |
parent | b950359f7615074b25d5bdcd3803453f4041f082 (diff) | |
download | qpid-python-e13334c074d6eac4807832db84ee3d3e24d95264.tar.gz |
corrected URL
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@466241 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | gentools/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentools/README b/gentools/README index ada9f3867f..a128270c0b 100644 --- a/gentools/README +++ b/gentools/README @@ -21,7 +21,7 @@ out.java/: Output folder for generated Java files (will be created with use of - templ.cpp/: (Future:) Templates for C++ code generation. out.cpp/: Output folder for generated C++ files (will be created with use of -c flag on command-line). -For a mor detaild description of the generator, see the Qpid Wiki (http://wiki.apache.org/qpid/AMQPVersion). +For a more detaild description of the generator, see the Qpid Wiki (http://cwiki.apache.org/confluence/display/qpid/Multiple+AMQP+Version+Support). Please send comments and bugs to me (kim.vdriet [at] redhat.com) or via the Apache Qpid list (qpid-dev [at] incubator.apache.org). |