Dbatools: [Bug] https://dbatools.io/functions/ 404

Created on 16 Sep 2020  路  3Comments  路  Source: sqlcollaborative/dbatools

Steps to Reproduce

When I am on https://docs.dbatools.io/# the top menu bar shows links to "commands" which is https://dbatools.io/functions/ and that returns error 404.

Expected Behavior

the main page https://dbatools.io has link to "commands" but it points to https://dbatools.io/commands/ which is working ok

Actual Behavior

https://dbatools.io/functions/ returns error 404.

cc: @potatoqualitee

bugs_life

All 3 comments

So this is coming from the rendering of our docs site is adding the / on the end of the URL. https://dbatools.io/functions/ is the URL that will not work but https://dbatools.io/functions redirects properly.

I tried removing that forward slash here but I think the rendering on that page is adding it back by GitHub.

One way of fixing that @potatoqualitee is we add a functions folder on the site and then redirect it from there as well.

// @niphlod

Same thing here (404):
.
The commands link goes to the functions which return 404.

Was this page helpful?
0 / 5 - 0 ratings