Skip to content

Commit

Permalink
📝 (website) Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Nov 19, 2024
1 parent e55494c commit 90af781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/decidim/rest_full.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def self.decidim_rest_full
end

def self.docs_url
ENV.fetch("DOCS_URL", "http://localhost:3232/decidim-rest-full")
ENV.fetch("DOCS_URL", "https://octree-gva.github.io/decidim-rest-full")
end
end
end
2 changes: 1 addition & 1 deletion spec/swagger_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
A RestFull API for Decidim, to be able to CRUD resources from Decidim.
## Authentication
[Get a token](Decidim::RestFull.docs_url/category/authentication) from our `/oauth/token` routes,#{" "}
[Get a token](#{Decidim::RestFull.docs_url}/category/authentication) from our `/oauth/token` routes,#{" "}
following OAuth specs on Credential Flows or Resource Owner Password Credentials Flow.
### Permissions
Expand Down

0 comments on commit 90af781

Please sign in to comment.