Skip to content

Commit 98ce1b5

Browse files
authored
Fix link and remove obsolete FAQ
1 parent 416ba16 commit 98ce1b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ Diagram showing aspects of groups: [Groups.uml](https://github.com/JabRef/jabref
4343

4444
[Architectural decisions for JabRef](https://devdocs.jabref.org/decisions/) are recorded.
4545

46-
For new ADRs, please use [template.md](https://github.com/JabRef/jabref/tree/3b3716b1e05a0d3273c886e102a8efe5e96472e0/docs/adr/template.md) as basis. More information on MADR is available at [https://adr.github.io/madr/](https://adr.github.io/madr/). General information about architectural decision records is available at [https://adr.github.io/](https://adr.github.io). Add them to the [list of architectural decision records](https://devdocs.jabref.org/decisions/).
46+
For new ADRs, please use [adr-template.md](https://github.com/JabRef/jabref/blob/main/docs/decisions/adr-template.md) as basis.
47+
More information on MADR is available at <https://adr.github.io/madr/>.
48+
General information about architectural decision records is available at <https://adr.github.io/>.
4749

4850
## FAQ
4951

@@ -52,5 +54,3 @@ For new ADRs, please use [template.md](https://github.com/JabRef/jabref/tree/3b3
5254
A: You have to ignore `buildSrc/src/main` as source directory in IntelliJ as indicated in our [setup guide](https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace).
5355

5456
Also filed as IntelliJ issue [IDEA-240250](https://youtrack.jetbrains.com/issue/IDEA-240250).
55-
* Q: I get `Execution failed for task ':buildSrc:jar'. Entry org/jabref/build/JournalAbbreviationConverter$_convert_closure1$_closure2.class is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.4.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.` What can I do?\
56-
A: You have to delete directory `buildSrc/build`.

0 commit comments

Comments
 (0)