From cf0ad287d885e50379d60726bb7889319750d2e0 Mon Sep 17 00:00:00 2001 From: Alexey Andronov Date: Fri, 13 Dec 2019 21:40:03 +0700 Subject: [PATCH] docs: Replace unsafe http links with https in docs (#853) --- docs/documentation/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/documentation/index.html b/docs/documentation/index.html index 1ad6d6a7..4c61ee55 100644 --- a/docs/documentation/index.html +++ b/docs/documentation/index.html @@ -63,7 +63,7 @@
@@ -105,10 +105,10 @@

Supported Languages

C

-

C support is powered by Clang 8.0.1. For issues loading C code, please have a look at Clang language compatibility or report a bug in our bug tracker.

+

C support is powered by Clang 8.0.1. For issues loading C code, please have a look at Clang language compatibility or report a bug in our bug tracker.

C++

-

C++ support is powered by Clang 8.0.1. For more Information please visit Clang C++ Status. For issues loading C++ code, please have a look at Clang language compatibility or report a bug in our bug tracker.

+

C++ support is powered by Clang 8.0.1. For more Information please visit Clang C++ Status. For issues loading C++ code, please have a look at Clang language compatibility or report a bug in our bug tracker.

Java

Sourcetrail includes support for Java 10 and lower which is powered by Eclipse JDT. If you encounter any issues while using Sourcetrail on a Java project, please let us know by providing a minimal example in our bug tracker.

@@ -3154,7 +3154,7 @@

Sourcetrail does two things with the data collected during indexing:

  1. The data is stored in the .srctrldb file which is in the same directory as the .srctrlprj file. This database file is used by Sourcetrail to serve its purpose of letting you navigate your source code and also allowing Sourcetrail to re-open the project without re-indexing the source code each time. -

    Note: The .srctrldb file is actualy a .sqlite database file and can be inspected using the DB Browser for SQLite.

    +

    Note: The .srctrldb file is actualy a .sqlite database file and can be inspected using the DB Browser for SQLite.

  2. If logging is enabled, some of the data gets logged into a log file saved in data/logs. These logs can be useful to us for fixing bugs. We may ask for log information on bug reports, but you should only provide it, if your source code is not confidental.