Skip to content

Commit 40be787

Browse files
author
John Pinto
committed
The V1 API link in Edit profile > API access tab was broken.
Updated URL in config.x.application.api_documentation_urls property in config/initializers/_dmproadmap.rb.
1 parent a5f5b53 commit 40be787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)