Skip to content

Commit 30159b2

Browse files
committed
fixed links
1 parent 403cd47 commit 30159b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,20 @@ <h3>Python Syntax</h3>
120120
</div>
121121
<div class="feature">
122122
<h3>Strong Typing</h3>
123-
<p>Benefit from mypy validation and catch errors early</p>
123+
<p>Benefit from <a href="https://py-typedlogic.github.io/py-typedlogic/tutorial/01-first-program/#type-checking">mypy validation</a> and catch errors early</p>
124124
</div>
125125
<div class="feature">
126126
<h3>Integrations</h3>
127127
<p>Integration
128128
with <a href="https://py-typedlogic.github.io/py-typedlogic/integrations/solvers/souffle/">datalog
129129
engines</a>, <a href="https://py-typedlogic.github.io/py-typedlogic/integrations/solvers/clingo/">answer-set
130130
programming</a>, <a href="https://py-typedlogic.github.io/py-typedlogic/integrations/solvers/z3/">theorem
131-
provers</a>, <a href="https://py-typedlogic.github.io/py-typedlogic/integrations/frameworks/owldl/owldl-tutorial/">OWL-DL</a>,
132-
and <a href="https://py-typedlogic.github.io/py-typedlogic/tutorial/03-probabilistic-logic/">Probablistic Logic</a>
131+
provers</a>, <a href="https://py-typedlogic.github.io/py-typedlogic/integrations/frameworks/owldl/">OWL-DL</a>,
132+
<a href="https://py-typedlogic.github.io/py-typedlogic/tutorial/03-probabilistic-logic/">Probablistic
133+
Logic</a>,
134+
and <a href="https://py-typedlogic.github.io/py-typedlogic/integrations/solvers/llm/">Large
135+
Language Models</a>
136+
133137
</p>
134138
</div>
135139
</div>

0 commit comments

Comments
 (0)