Skip to content

Commit

Permalink
doc: correct script path and fix some link
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Dec 21, 2024
1 parent 5234712 commit 48f7a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig({
head: [
['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }],
['script', {src: '/versions.js'}],
['script', {src: '/warner.js'}],
['script', {src: `${baseTemp.base}warner.js`}],
['script', {src: `${baseTemp.base}siteinfo.js`}]
],

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ features:
- title: What is Hecke?
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.
- title: OSCAR
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.
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.
---
```

Expand Down

0 comments on commit 48f7a29

Please sign in to comment.