Skip to content

Commit

Permalink
Fix internal FAQ links
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus committed Mar 12, 2024
1 parent 110ca81 commit 2926806
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

# Jacquard FAQ
* [How do I make sure I have the latest version of the Jacquard library?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#how-do-i-make-sure-i-have-the-latest-version-of-the-jacquard-library)
* [What configuration options are there?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#what-configuration-options-are-there)
* [How do I use Checkstyle?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#how-do-i-use-checkstyle)
* [What's PMD? How do I use it?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#whats-pmd-how-do-i-use-it)
* [How do I set test result visibility?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#how-do-i-set-test-result-visibility)
* [How is code coverage measured?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#how-is-code-coverage-measured)
* [What is cross-testing?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#what-is-cross-testing)
* [Why was the name "Jacquard" chosen?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#why-was-the-name-jacquard-chosen)
* [Where can I view the Javadoc?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#where-can-i-view-the-javadoc)
* [Where can I get support?](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#where-can-i-get-support)
* [How do I make sure I have the latest version of the Jacquard library?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#how-do-i-make-sure-i-have-the-latest-version-of-the-jacquard-library)
* [What configuration options are there?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#what-configuration-options-are-there)
* [How do I use Checkstyle?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#how-do-i-use-checkstyle)
* [What's PMD? How do I use it?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#whats-pmd-how-do-i-use-it)
* [How do I set test result visibility?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#how-do-i-set-test-result-visibility)
* [How is code coverage measured?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#how-is-code-coverage-measured)
* [What is cross-testing?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#what-is-cross-testing)
* [Why was the name "Jacquard" chosen?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#why-was-the-name-jacquard-chosen)
* [Where can I view the Javadoc?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#where-can-i-view-the-javadoc)
* [Where can I get support?](https://github.com/jacquard-autograder/jacquard/blob/main/doc/FAQ.md#where-can-i-get-support)


## How do I make sure I have the latest version of the Jacquard library?
Expand Down Expand Up @@ -130,7 +130,7 @@ public void iteratorOverEmptyList() {

### Other results
The visibility level can be set for all other types of autograder results through the
[initial configuration](https://github.com/jacquard-autograder/jacquard-examples/blob/main/README.md#what-configuration-options-are-there).
[initial configuration](https://github.com/jacquard-autograder/jacquard-examples/blob/main/doc/FAQ.md#what-configuration-options-are-there).

The visibility level of a generated [`Result`](https://jacquard.ellenspertus.com/com/spertus/jacquard/common/Result.html) can be mutated by calling the [`changeVisibility(Visibility visibility)` instance method](https://jacquard.ellenspertus.com/com/spertus/jacquard/common/Result.html#changeVisibility(com.spertus.jacquard.common.Visibility)) or [`Result.changeVisibility(List<Result> results, Visibility visibility)`](https://jacquard.ellenspertus.com/com/spertus/jacquard/common/Result.html#changeVisibility(java.util.List,com.spertus.jacquard.common.Visibility)), as shown:

Expand Down

0 comments on commit 2926806

Please sign in to comment.