Skip to content

Commit 8da5e59

Browse files
authored
doc: correct script path and fix some link (#1711)
1 parent 5234712 commit 8da5e59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
head: [
3030
['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }],
3131
['script', {src: '/versions.js'}],
32-
['script', {src: '/warner.js'}],
32+
['script', {src: `${baseTemp.base}warner.js`}],
3333
['script', {src: `${baseTemp.base}siteinfo.js`}]
3434
],
3535

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ features:
2121
- title: What is Hecke?
2222
details: Hecke is a software package for computational algebraic number theory. It is written in julia and makes use of the computer algebra packages Nemo and AbstractAlgebra.
2323
- title: OSCAR
24-
details: Hecke is part of the [OSCAR](https://www.oscar-system.org/) system, which covers, in addition to number theory, also commutative algebra, algebraic geometry, group theory and polyhedral geometry.
24+
details: Hecke is part of the <a href="https://www.oscar-system.org/" target="_blank">OSCAR</a> system, which covers, in addition to number theory, also commutative algebra, algebraic geometry, group theory and polyhedral geometry.
2525
---
2626
```
2727

0 commit comments

Comments
 (0)