Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Refactor Plan.deep_copy(plan) [#3469](https://github.com/DMPRoadmap/roadmap/pull/3469)
- Fixed a bug in the deep copy of plans where the old identifier was being copied into the new plan. We now copy the generated id of the new plan to the identifier field.
- Fixed bar chart click function in the Usage dashboard (GitHub issue #3443)
- Fixed broken link for the V1 API documentation.


**Note this upgrade is mainly a migration from Bootstrap 3 to Bootstrap 5.**
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/_dmproadmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Application < Rails::Application
# The link to the API documentation - used in emails about the API
config.x.application.api_documentation_urls = {
v0: 'https://github.com/DMPRoadmap/roadmap/wiki/API-V0-Documentation',
v1: 'https://github.com/DMPRoadmap/roadmap/wiki/API-Documentation-V1'
v1: 'https://github.com/DMPRoadmap/roadmap/wiki/API-V1-Documentation'
}
# The links that appear on the home page. Add any number of links
config.x.application.welcome_links = [
Expand Down