wadpac / GGIR

Code corresponding to R package GGIR
https://wadpac.github.io/GGIR/
Apache License 2.0
94 stars 60 forks source link

search not working for gh-pages #1151

Closed vincentvanhees closed 3 months ago

vincentvanhees commented 3 months ago

The search bar in wadpac.github.io/GGIR/ does not work well. It provides links to search results that all miss the /GGIR/ part in their url. For example in response to search for the term sleep it may give https://wadpac.github.io/articles/GGIRParameters.html?q=sleep#sleepwindowtype when it actually should be https://wadpac.github.io/GGIR/articles/GGIRParameters.html?q=sleep#sleepwindowtype.

I think the solution is to replace url: ~ at the top of _pkgdown.yml by url: https://wadpac.github.io/GGIR/.

@jhmigueles can you check and confirm?

vincentvanhees commented 3 months ago

... I will now update it in master branch

vincentvanhees commented 3 months ago

That worked (when I delete my page history).