-
Notifications
You must be signed in to change notification settings - Fork 86
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
IBX-4175: Add links checker #2130
base: master
Are you sure you want to change the base?
Conversation
|| str_starts_with($url, 'https://api.cloud.ibexa.co') // 301, PLATFORMSH_CLI_API_URL | ||
//|| str_starts_with($url, 'https://admin.perso.ibexa.co/api/') // 400 | ||
|| str_starts_with($url, 'https://admin.perso.ibexa.co/') // 404 | ||
|| str_starts_with($url, 'https://event.perso.ibexa.co/api/') // 400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|| str_starts_with($url, 'https://event.perso.ibexa.co/api/') // 400 | |
|| str_starts_with($url, 'https://event.perso.ibexa.co/api/') // 404 | |
|| str_starts_with($url, 'https://tracker.ibexa.co/api/') // Could not resolve host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Check this subdomain introduced in 3638442#diff-38a9c21114f72dda086ab70f5ed479a451a285a263de16e8a8a4867a4996334cL450-R511
|| str_starts_with($url, 'https://event.perso.ibexa.co/ebl/') // 404 | ||
|| str_starts_with($url, 'https://import.perso.ibexa.co/api/') // 400 | ||
|| str_starts_with($url, 'https://reco.perso.ibexa.co') // 403 | ||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
; | |
|| str_starts_with($url, 'https://flex.ibexa.co') // Could not resolve host | |
; |
tools/links/links.config.php
Outdated
'[[= user_doc =]]' => 'https://doc.ibexa.co/projects/userguide/en/master', | ||
]; | ||
|
||
$find = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$find = true; | |
$find = './docs/*/'; |
Add a script to test internal and external links.
Checklist