docs: fix broken links and outdated paths in README#628
Open
thebenmerlin wants to merge 1 commit intofinos:mainfrom
Open
docs: fix broken links and outdated paths in README#628thebenmerlin wants to merge 1 commit intofinos:mainfrom
thebenmerlin wants to merge 1 commit intofinos:mainfrom
Conversation
The finos/morphir repository recently underwent a significant restructuring (PR finos#594), which included migrating from Go to Rust/Docusaurus and reorganizing documentation. The README was not fully updated to reflect these changes. This commit fixes 7 broken internal documentation links by updating their paths to the new `modeling-guides/` and `use-cases/` directories, and removes the reference to the obsolete `morphir-go` ecosystem project.
✅ Deploy Preview for angry-raman-7c44f6 canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes 7 broken internal documentation links in the
README.mdand removes an outdated ecosystem reference.Problem
The
finos/morphirrepository recently underwent a significant restructuring (PR #594), which included migrating from Go to Rust/Docusaurus and reorganizing the documentation into directories likemodeling-guides/anduse-cases/. The README was not fully updated to reflect these new paths, resulting in 404s for users trying to follow the main documentation links.Fix
application-modeling.md,contributing.md).shared_logic_modeling.md(which was deleted in 2022).morphir-goin the Incubator list, as the Go code was deprecated and removed.