Use https in links to the lttng.org website
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jun 2018 15:38:08 +0000 (11:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jun 2018 16:29:53 +0000 (12:29 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/common-footer.txt
doc/man/lttng-crash.1.txt
doc/man/lttng-relayd.8.txt
doc/man/lttng-sessiond.8.txt
doc/man/lttng.1.txt
doc/quickstart.txt
src/bin/lttng/commands/version.c
src/common/defaults.h
src/common/mi-lttng-3.0.xsd
src/common/mi-lttng.c

index a3e38adaa034714c0d38b39669e2690208b7226a..a44518f7a9630b40486c1cf55a770869f399df19 100644 (file)
@@ -6,8 +6,8 @@ https://bugs.lttng.org/projects/lttng-tools[LTTng bug tracker].
 
 RESOURCES
 ---------
 
 RESOURCES
 ---------
-* http://lttng.org[LTTng project website]
-* http://lttng.org/docs[LTTng documentation]
+* https://lttng.org[LTTng project website]
+* https://lttng.org/docs[LTTng documentation]
 * http://git.lttng.org[Git repositories]
 * http://github.com/lttng[GitHub organization]
 * http://ci.lttng.org/[Continuous integration]
 * http://git.lttng.org[Git repositories]
 * http://github.com/lttng[GitHub organization]
 * http://ci.lttng.org/[Continuous integration]
index 7c3ebcea64da0cf5ed88756e2b641c1ccbd6ea71..b3982d039fa4ebe3741c6a90c8ebbdfa6edc14f7 100644 (file)
@@ -15,7 +15,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
-The http://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
+The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
index a4ac4343122eb31a60b9712db20fb7e21f4d3169..6a1f0bee229ce31c3dd5c0b8991f58613a4ec89b 100644 (file)
@@ -17,7 +17,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
-The http://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
+The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
index e84aecc4cc59e424602504fc585cdecd563b4660..07d087cb2b11442e8766bbd906865e65eb0eb708 100644 (file)
@@ -29,7 +29,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
-The http://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
+The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
index 5e949e20d9f8ea2ed1b95d1d714cbc9ae319e826..bcd2407625f60543da17691e4a08bca3263110ff 100644 (file)
@@ -16,7 +16,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
 
 DESCRIPTION
 -----------
-The http://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
+The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
 source software package used for correlated tracing of the Linux kernel,
 user applications, and user libraries.
 
index 018c27b2b939ef7cd075255fd01bcfd8b2b21b1e..0e9751b599185e6719758b82436cee821c1448b4 100644 (file)
@@ -17,7 +17,7 @@ See the README.md file for installation procedure or use the various Linux
 distribution packages.
 
 In order to trace the kernel, you'll need the lttng-modules 2.0 compiled and
 distribution packages.
 
 In order to trace the kernel, you'll need the lttng-modules 2.0 compiled and
-installed. See http://lttng.org/lttng2.0 for more instructions for that part.
+installed. See https://lttng.org/lttng2.0 for more instructions for that part.
 For user-space tracing, you'll need an instrumented application with lttng-ust
 2.0.
 
 For user-space tracing, you'll need an instrumented application with lttng-ust
 2.0.
 
@@ -161,7 +161,7 @@ applications. However, if you run the session daemon under non-root user
 rights, only applications of that user will be traced.
 
 So, after instrumenting you applications with LTTng-ust 2.0
 rights, only applications of that user will be traced.
 
 So, after instrumenting you applications with LTTng-ust 2.0
-(http://lttng.org/lttng2.0), upon startup, it will automatically register to
+(https://lttng.org/lttng2.0), upon startup, it will automatically register to
 the session daemon. If there is none running, it will simply wait on a seperate
 thread for a session daemon to appear and then register.
 
 the session daemon. If there is none running, it will simply wait on a seperate
 thread for a session daemon to appear and then register.
 
index f0b63a452b56291c962ab32ebfe49d6a9f7cc4b9..722804e8e51a875ab5f9f1cd3e6a3b750e02efb2 100644 (file)
@@ -159,7 +159,7 @@ int cmd_version(int argc, const char **argv)
                MSG("lttng version " VERSION " - " VERSION_NAME "%s",
                        GIT_VERSION[0] == '\0' ? "" : " - " GIT_VERSION);
                MSG("\n" VERSION_DESCRIPTION "\n");
                MSG("lttng version " VERSION " - " VERSION_NAME "%s",
                        GIT_VERSION[0] == '\0' ? "" : " - " GIT_VERSION);
                MSG("\n" VERSION_DESCRIPTION "\n");
-               MSG("Web site: http://lttng.org");
+               MSG("Web site: https://lttng.org");
                MSG("\n%s", lttng_license);
        }
 
                MSG("\n%s", lttng_license);
        }
 
index fabcf085204227d04333d6e51ddf6292b2c1c4b1..e19881f6b2b11cf051272a0e35f984976509e8ca 100644 (file)
 #define DEFAULT_RUN_AS_WORKER_NAME                     "lttng-runas"
 
 /* Default LTTng MI XML namespace. */
 #define DEFAULT_RUN_AS_WORKER_NAME                     "lttng-runas"
 
 /* Default LTTng MI XML namespace. */
-#define DEFAULT_LTTNG_MI_NAMESPACE             "http://lttng.org/xml/ns/lttng-mi"
+#define DEFAULT_LTTNG_MI_NAMESPACE             "https://lttng.org/xml/ns/lttng-mi"
 
 /* Default thread stack size; the default mandated by pthread_create(3) */
 #define DEFAULT_LTTNG_THREAD_STACK_SIZE                2097152
 
 /* Default thread stack size; the default mandated by pthread_create(3) */
 #define DEFAULT_LTTNG_THREAD_STACK_SIZE                2097152
index ee221903b8875b3a38a89fe994999b1397b5d95b..789fbcb9b48554d4f3544c4b03e8ec85e95a7000 100644 (file)
@@ -23,8 +23,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
 THE SOFTWARE.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-       targetNamespace="http://lttng.org/xml/ns/lttng-mi"
-       xmlns:tns="http://lttng.org/xml/ns/lttng-mi"
+       targetNamespace="https://lttng.org/xml/ns/lttng-mi"
+       xmlns:tns="https://lttng.org/xml/ns/lttng-mi"
        elementFormDefault="qualified" version="3.0">
 
        <!-- Maps to the uint32_t type -->
        elementFormDefault="qualified" version="3.0">
 
        <!-- Maps to the uint32_t type -->
index 3d43da091faa230d7d68744e748ed203bf8a1068..01819b8bf310dead40c96f447cea38eaf639e428 100644 (file)
@@ -36,7 +36,7 @@ LTTNG_HIDDEN const char * const mi_lttng_w3_schema_uri = "http://www.w3.org/2001
 LTTNG_HIDDEN const char * const mi_lttng_schema_location = "xsi:schemaLocation";
 LTTNG_HIDDEN const char * const mi_lttng_schema_location_uri =
        DEFAULT_LTTNG_MI_NAMESPACE " "
 LTTNG_HIDDEN const char * const mi_lttng_schema_location = "xsi:schemaLocation";
 LTTNG_HIDDEN const char * const mi_lttng_schema_location_uri =
        DEFAULT_LTTNG_MI_NAMESPACE " "
-       "http://lttng.org/xml/schemas/lttng-mi/" XSTR(MI_SCHEMA_MAJOR_VERSION)
+       "https://lttng.org/xml/schemas/lttng-mi/" XSTR(MI_SCHEMA_MAJOR_VERSION)
        "/lttng-mi-" XSTR(MI_SCHEMA_MAJOR_VERSION) "."
        XSTR(MI_SCHEMA_MINOR_VERSION) ".xsd";
 LTTNG_HIDDEN const char * const mi_lttng_schema_version = "schemaVersion";
        "/lttng-mi-" XSTR(MI_SCHEMA_MAJOR_VERSION) "."
        XSTR(MI_SCHEMA_MINOR_VERSION) ".xsd";
 LTTNG_HIDDEN const char * const mi_lttng_schema_version = "schemaVersion";
This page took 0.030885 seconds and 5 git commands to generate.