Skip to content

Commit c8e2253

Browse files
FliegendeWurstwadoon
authored andcommitted
Fix links to old docs site
1 parent 56e4671 commit c8e2253

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Getting Started to Write
66

77
An overview about some markdown (extension) is avaiable in `docs/howtodoc.md` or
8-
http://key-project.org/docs/howtodoc/
8+
https://keyproject.github.io/key-docs/devel/howtodoc/
99

1010
Webpages are determined by folder structure under `docs/`. Just create or change
1111
files within this folder. The top-level header is the title of this page in the

docs/user/quicktour/appendix.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,9 @@ Setting Up Own Projects {#app:configuringProjects}
478478
If not specified otherwise via a classpath directive, KeY includes
479479
a restricted set of signatures of classes and methods from the default
480480
standard library. The current set of classes can be found
481-
at <https://git.key-project.org/key-public/key/-/tree/stable/key/key.core/src/main/resources/de/uka/ilkd/key/java/JavaRedux>.
481+
at <https://github.com/KeYProject/key/tree/main/key.core/src/main/resources/de/uka/ilkd/key/java/JavaRedux>.
482482

483-
For documentation on how to set up your own classpath, see
484-
<https://www.key-project.org/docs/Using%20KeY/Classpath/>.
483+
For documentation on how to set up your own classpath, see [Using the classpath directives in KeY](../Classpath.md).
485484

486485
[^1]: Potential warnings can be safely ignored here.
487486

docs/workbench/Proof Scripts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To persist interactions performed during proof contsruction in KeY and to replay
44
interactions, KeY allows users to use proof scripts.
55

66
In this documentation the scripts that allow for branching statements are eplained. (see [Explanation
7-
of linear scripts](https://key-project.org/docs/Proof%20Scripts/linearScripts) for the other version of scripts in KeY)
7+
of linear scripts](./linearScripts.md) for the other version of scripts in KeY)
88

99
The three main building blocks of the scripting language are mutators, control-flow
1010
structures, and selectors for proof goals. We describe the general concepts in the

share/quicktour/tex/text/appendix.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ \section{Setting Up Own Projects}
481481

482482
If not specified otherwise via a classpath directive, \KeY\ includes a
483483
restricted set of signatures of classes and methods from the default
484-
standard library. The current set of classes can be found at~\url{https://git.key-project.org/key-public/key/-/tree/stable/key/key.core/src/main/resources/de/uka/ilkd/key/java/JavaRedux}.
484+
standard library. The current set of classes can be found at~\url{https://github.com/KeYProject/key/tree/main/key.core/src/main/resources/de/uka/ilkd/key/java/JavaRedux}.
485485

486-
For documentation on how to set up your own classpath, see \url{https://www.key-project.org/docs/Using\%20KeY/Classpath/}.
486+
For documentation on how to set up your own classpath, see \url{https://keyproject.github.io/key-docs/user/Classpath/}.
487487

488488

489489
%%% Local Variables:

0 commit comments

Comments
 (0)