fix documentation link

This commit is contained in:
Xavier Léauté 2014-04-02 15:27:49 -07:00
parent f3cc316e66
commit 2eb9493010
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import java.util.concurrent.Executor;
*/
@Command(
name = "realtime",
description = "Runs a standalone realtime node for examples, see http://druid.io/docs/0.6.73/Realtime.html for a description"
description = "Runs a standalone realtime node for examples, see http://druid.io/docs/latest/Realtime.html for a description"
)
public class CliRealtimeExample extends ServerRunnable
{