Skip to content

Commit d9279dc

Browse files
authored
Merge pull request #3470 from DMPRoadmap/fix-for-broken-v1-api-doc-link
The V1 API Docs link in Edit profile > API access tab was broken.
2 parents 2d707d5 + 90a4809 commit d9279dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Refactor Plan.deep_copy(plan) [#3469](https://github.com/DMPRoadmap/roadmap/pull/3469)
44
- 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.
55
- Fixed bar chart click function in the Usage dashboard (GitHub issue #3443)
6+
- Fixed broken link for the V1 API documentation.
67

78

89
**Note this upgrade is mainly a migration from Bootstrap 3 to Bootstrap 5.**

config/initializers/_dmproadmap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Application < Rails::Application
7777
# The link to the API documentation - used in emails about the API
7878
config.x.application.api_documentation_urls = {
7979
v0: 'https://github.com/DMPRoadmap/roadmap/wiki/API-V0-Documentation',
80-
v1: 'https://github.com/DMPRoadmap/roadmap/wiki/API-Documentation-V1'
80+
v1: 'https://github.com/DMPRoadmap/roadmap/wiki/API-V1-Documentation'
8181
}
8282
# The links that appear on the home page. Add any number of links
8383
config.x.application.welcome_links = [

0 commit comments

Comments
 (0)