Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation URL is hard-coded #10

Closed
alfredbuehler opened this issue Mar 23, 2023 · 1 comment
Closed

Documentation URL is hard-coded #10

alfredbuehler opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@alfredbuehler
Copy link

image

You should use the definition in the file constants.php:

// Documentation URL
defined('DOCUMENTATION_URL_PATTERN') or define('DOCUMENTATION_URL_PATTERN', getenv('DOCUMENTATION_URL_PATTERN') ?: 'https://docs.kanboard.org/v1/user/%s');
@aljawaid aljawaid self-assigned this Mar 23, 2023
@aljawaid aljawaid added the bug Something isn't working label Mar 23, 2023
@aljawaid
Copy link
Owner

Thanks for pointing that out, I will work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants