Skip to content

Commit 75285ed

Browse files
authored
Merge pull request #143 from math-comp/link-to-snippets
link to snippets (fix #140)
2 parents 02581e7 + d1d58f7 commit 75285ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tex/ch0.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ \subsection*{Running examples in the \Coq{} system}
206206
popular \texttt{Emacs} programming editor (known as \texttt{Proof General})
207207
and for the \texttt{Visual Studio Code} programming environment
208208
(known as \texttt{vscoq}). These extensions and similar projects can easily
209-
be found by a search on the Internet.
209+
be found by a search on the Internet. Last, but not least, you can run \Coq{}
210+
inside a web browser: the code snippets presented in this book can be found
211+
at \url{https://math-comp.github.io/mcb/snippets/}.
210212

211213
When starting a \Coq{} session, a few commands must be sent to the \Coq{}
212214
system to tell it to load the \mcbMC{} library and to configure its behavior

0 commit comments

Comments
 (0)