diff --git a/docs/language/global-sphinx-files/global-conf.py b/docs/language/global-sphinx-files/global-conf.py index 196c4836cab0..84912a8c538c 100644 --- a/docs/language/global-sphinx-files/global-conf.py +++ b/docs/language/global-sphinx-files/global-conf.py @@ -56,9 +56,9 @@ def setup(sphinx): # built documents. # # The short X.Y version. -version = u'1.23' +version = u'1.22.1' # The full version, including alpha/beta/rc tags. -release = u'1.23' +release = u'1.22.1' copyright = u'2019 Semmle Ltd' author = u'Semmle Ltd' diff --git a/docs/language/learn-ql/cobol/introduce-libraries-cobol.rst b/docs/language/learn-ql/cobol/introduce-libraries-cobol.rst index 34cfbba057ab..2d01200484df 100644 --- a/docs/language/learn-ql/cobol/introduce-libraries-cobol.rst +++ b/docs/language/learn-ql/cobol/introduce-libraries-cobol.rst @@ -149,3 +149,4 @@ What next? ---------- - Find out more about QL in the `QL language handbook `__ and `QL language specification `__. +- Learn more about the query console in `Using the query console `__. diff --git a/docs/language/learn-ql/cobol/ql-for-cobol.rst b/docs/language/learn-ql/cobol/ql-for-cobol.rst index 943b0a1e5ae8..f85ff62649ea 100644 --- a/docs/language/learn-ql/cobol/ql-for-cobol.rst +++ b/docs/language/learn-ql/cobol/ql-for-cobol.rst @@ -6,15 +6,15 @@ CodeQL for COBOL :hidden: introduce-libraries-cobol - -.. include:: ../../support/cobol-note.rst - + This page provides an overview of the CodeQL for COBOL documentation that is currently available. +- `Basic COBOL query `__ describes how to write and run queries using LGTM. - :doc:`Introducing the CodeQL libraries for COBOL ` introduces the standard libraries used to write queries for COBOL code. Other resources --------------- +- For the queries used in LGTM, display a `COBOL query `__ and click **Open in query console** to see the code used to find alerts. - For more information about the library for COBOL see the `CodeQL library for COBOL `__. diff --git a/docs/language/ql-training/conf.py b/docs/language/ql-training/conf.py index 92f155ed73e4..117f515a54fa 100644 --- a/docs/language/ql-training/conf.py +++ b/docs/language/ql-training/conf.py @@ -86,9 +86,9 @@ def setup(sphinx): # built documents. # # The short X.Y version. -version = u'1.23' +version = u'1.22' # The full version, including alpha/beta/rc tags. -release = u'1.23' +release = u'1.22' copyright = u'2019 Semmle Ltd' author = u'Semmle Ltd' diff --git a/docs/language/support/cobol-note.rst b/docs/language/support/cobol-note.rst deleted file mode 100644 index 30fbc807bbbf..000000000000 --- a/docs/language/support/cobol-note.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. pull-quote:: Important - - CodeQL for COBOL is being deprecated after the 1.23 release of CodeQL. - Future releases, starting with 1.24, will no longer contain support for analyzing COBOL source code. - We are not aware of any customers who will be affected by this change. If you do have any concerns, please contact your account manager. \ No newline at end of file diff --git a/docs/language/support/conf.py b/docs/language/support/conf.py index 6a3668724d2d..30d7b1a30280 100644 --- a/docs/language/support/conf.py +++ b/docs/language/support/conf.py @@ -80,4 +80,4 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['read-me-project.rst', 'cobol-note.rst'] \ No newline at end of file +exclude_patterns = ['read-me-project.rst'] \ No newline at end of file diff --git a/docs/language/support/framework-support.rst b/docs/language/support/framework-support.rst index cb212dd2cd79..3e3cb8557af8 100644 --- a/docs/language/support/framework-support.rst +++ b/docs/language/support/framework-support.rst @@ -24,8 +24,6 @@ C# built-in support COBOL built-in support =================================== -.. include:: cobol-note.rst - * Embedded SQL * Embedded CICS diff --git a/docs/language/support/language-support.rst b/docs/language/support/language-support.rst index aa69a211aba4..d4b1b95ba2e8 100644 --- a/docs/language/support/language-support.rst +++ b/docs/language/support/language-support.rst @@ -10,8 +10,6 @@ Customers with any questions should contact their usual Semmle contact with any If you're not a customer yet, contact us at info@semmle.com with any questions you have about language and compiler support. -.. include:: cobol-note.rst - .. csv-table:: :file: versions-compilers.csv :header-rows: 1