finos / InnerSource

The FINOS InnerSource SIG is a community of people implementing, or interested in implementing, InnerSource within their financial services organization.
Apache License 2.0
27 stars 22 forks source link

Edit Page on every site is broken #68

Closed anvacca closed 1 year ago

anvacca commented 2 years ago

Bug Report

Steps to Reproduce:

  1. Visit any page on the InnerSource.finos.org site e.g. https://innersource.finos.org/docs/intro
  2. Scroll to the bottom and click "Edit this page"

Expected Result:

Taken to the github repo/page

Actual Result:

404 error on page not found

Environment:

Latest version

Additional Context:

this issues can be created on every issue as the master template is broken.

gravax commented 1 year ago

Confirmed here.

spier commented 1 year ago

I suspect that this happens because the source files live in: https://github.com/finos/InnerSource/tree/master/docs However the "Edit" links mentioned in this issue point to: https://github.com/finos/open-developer-platform/...

The misconfiguration might stem from here: https://github.com/finos/InnerSource/blob/master/website/docusaurus.config.js#L115