Quellcode durchsuchen

device, tools: update link to manual

Daniele Bartolini vor 8 Jahren
Ursprung
Commit
2390a3ecf1
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/device/device_options.cpp
  2. 1 1
      tools/level_editor/level_editor.vala

+ 1 - 1
src/device/device_options.cpp

@@ -38,7 +38,7 @@ static void help(const char* msg = NULL)
 		"  --parent-window <handle>        Set the parent window <handle> of the main window.\n"
 		"  --server                        Run the engine in server mode.\n"
 		"\n"
-		"Complete documentation available at https://dbartolini.github.io/crown/html\n"
+		"Complete documentation available at https://dbartolini.github.io/crown/html/v" CROWN_VERSION "\n"
 	);
 
 	if (msg)

+ 1 - 1
tools/level_editor/level_editor.vala

@@ -1322,7 +1322,7 @@ namespace Crown
 		{
 			try
 			{
-				AppInfo.launch_default_for_uri("https://dbartolini.github.io/crown/html", null);
+				AppInfo.launch_default_for_uri("https://dbartolini.github.io/crown/html/v" + CROWN_VERSION, null);
 			}
 			catch (Error e)
 			{