Skip to content

Commit 2370573

Browse files
committed
move documentation files into directory 'doc'.
and fix corresponding links.
1 parent b628450 commit 2370573

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ wrapping layer) and type-safety (it shouldn't be possible to add boolean terms
1515
to integer ones at _compile_ time) sometimes at the cost of verbosity.
1616

1717
#### Quick links
18-
[Getting Started](Getting-started.md) |
18+
[Getting Started](doc/Getting-started.md) |
1919
[Documentation][JavaDoc] |
20-
[Known Issues](KnownIssues.md) |
21-
[Documentation for Developers](Developers.md) |
20+
[Known Issues](doc/KnownIssues.md) |
21+
[Documentation for Developers](doc/Developers.md) |
2222
[Changelog](CHANGELOG.md) |
2323
[Configuration Options][ConfigurationOptions]
2424

@@ -107,7 +107,7 @@ try (SolverContext context = SolverContextFactory.createSolverContext(
107107
- Contributions: [Thomas Stieglmaier][] and others.
108108

109109
[ConfigurationOptions]: https://sosy-lab.github.io/java-smt/ConfigurationOptions.txt
110-
[Manual Installation]: Getting-started.md#manual-installation
110+
[Manual Installation]: doc/Getting-started.md#manual-installation
111111
[ShutdownNotifier]: https://sosy-lab.github.io/java-common-lib/api/org/sosy_lab/common/ShutdownNotifier.html
112112
[JavaDoc]: https://sosy-lab.github.io/java-smt/
113113
[George Karpenkov]: http://metaworld.me
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)