Skip to content

Commit 1a992ba

Browse files
authored
Merge pull request github#3037 from felicitymay/1.23/2209-update-links
Replace remaining links to semmle.com in 'docs' directory
2 parents 62bcc1a + 48dcf12 commit 1a992ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/language/global-sphinx-files/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div id="siteBanner">
3535
<div class="textContainer">
3636
<div class="logocontainer">
37-
<a href="https://semmle.com/" id="Header-logo" class="">
37+
<a href="https://help.semmle.com/" id="Header-logo" class="">
3838
<svg class="Header-logo-white" width="98" height="20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3939
<defs>
4040
<path id="a" d="M0 .149h12.872v18.814H0z"></path>
@@ -102,7 +102,7 @@ <h4>Contents</h4>
102102
{{super()}}
103103
</div>
104104
<div class="privacy">
105-
<a target="_blank" href="https://semmle.com/privacy-policy" alt="Privacy policy and tracking preferences" title="Privacy policy and tracking preferences">Privacy policy</a>
105+
<a target="_blank" href="https://help.semmle.com/privacy-policy.html" alt="Privacy policy and tracking preferences" title="Privacy policy and tracking preferences">Privacy policy</a>
106106
</div>
107107

108108
</div>

docs/language/learn-ql/about-ql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These topics are discussed in detail in the `QL language handbook <https://help.
6161
References
6262
----------
6363

64-
Academic references available from the `Semmle website <https://semmle.com/publications>`__ also provide an overview of QL and its semantics. Other useful references on database query languages and Datalog:
64+
Academic references available from the `Semmle website <https://help.semmle.com/publications.html>`__ also provide an overview of QL and its semantics. Other useful references on database query languages and Datalog:
6565

6666
- `Database theory: Query languages <http://www.lsv.ens-cachan.fr/~segoufin/Papers/Mypapers/DB-chapter.pdf>`__
6767
- `Logic Programming and Databases book - Amazon page <http://www.amazon.co.uk/Programming-Databases-Surveys-Computer-Science/dp/3642839541>`__

0 commit comments

Comments
 (0)