From 48f7a2919210f051f011c99597f282c2f9bb602f Mon Sep 17 00:00:00 2001 From: Tommy Hofmann Date: Sat, 21 Dec 2024 22:31:18 +0100 Subject: [PATCH] doc: correct script path and fix some link --- docs/src/.vitepress/config.mts | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 69160503d8..f4d22c62f7 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -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`}] ], diff --git a/docs/src/index.md b/docs/src/index.md index e3c86c3b2d..513a844086 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 OSCAR system, which covers, in addition to number theory, also commutative algebra, algebraic geometry, group theory and polyhedral geometry. --- ```