Skip to content

Conversation

adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Feb 20, 2025

Question Answer
JIRA Ticket N/A
Versions master, 4.6
Edition All
  • Replace https://doc.ibexa.co/projects/userguide/en/latest with [[= user_doc =]]
  • Fix several [[= user_doc =]] links
  • Fix link to ibexa.url.alias (not found during Fix links #2614 but found thanks to IBX-9609: Upgrade mkdocs #2627)
  • Follows few AWS doc redirections.
    Not fixed in Fix links #2614 because test had to evolve as PHP can be deceived:
% php -r "var_dump(get_headers('https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-up-s3.html#sign-up-for-aws'));";
array(10) {
  [0]=>
  string(22) "HTTP/1.1 403 Forbidden"
  [1]=>
  string(18) "Server: CloudFront"
  [2]=>
  string(35) "Date: Thu, 20 Feb 2025 08:39:00 GMT"
  [3]=>
  string(23) "Content-Type: text/html"
  [4]=>
  string(19) "Content-Length: 919"
  [5]=>
  string(17) "Connection: close"
  [6]=>
  string(30) "X-Cache: Error from cloudfront"
  [7]=>
  string(69) "Via: 1.1 51e38e49e0ed8139bfe27f40adfc4628.cloudfront.net (CloudFront)"
  [8]=>
  string(22) "X-Amz-Cf-Pop: CDG50-P2"
  [9]=>
  string(69) "X-Amz-Cf-Id: wrdSnCBolNcbP8JFH-G1ZErFqh5mEfvBnlTOywc-0NMgbZI4ceMnaA=="
}
% curl -I 'https://docs.aws.amazon.com/AmazonS3/latest/userguide/setting-up-s3.html#sign-up-for-aws';                         
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Date: Thu, 20 Feb 2025 08:38:51 GMT
Server: Server
Cache-Control: max-age=600
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=47304000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Security-Policy: upgrade-insecure-requests; script-src 'self' 'unsafe-inline' *.awsstatic.com *.cdn.uis.awsstatic.com *.cdn.console.awsstatic.com d2c.aws.amazon.com a0.awsstatic.com *.feedback.console.aws.dev; object-src 'none';
Location: https://docs.aws.amazon.com/AmazonS3/latest/userguide/GetStartedWithS3.html#setting-up-s3
X-Cache: Hit from cloudfront
Via: 1.1 24e6529ea30fbe719bde2164c1fe9238.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: CDG50-P2
X-Amz-Cf-Id: wkzjNPMUe-vM146GXEjPjZsdLYwThfhsy8XNLdwl3k09r2XYt-N-OA==
Age: 10

Checklist

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

@github-actions
Copy link

github-actions bot commented Feb 20, 2025

Preview of modified Markdown:

@adriendupuis adriendupuis mentioned this pull request Feb 25, 2025
7 tasks
@adriendupuis adriendupuis marked this pull request as ready for review February 26, 2025 14:05
@adriendupuis adriendupuis marked this pull request as draft February 27, 2025 16:55
@adriendupuis adriendupuis marked this pull request as ready for review March 3, 2025 07:05
@adriendupuis adriendupuis merged commit 761ad96 into master Mar 4, 2025
6 of 7 checks passed
@adriendupuis adriendupuis deleted the fix-links branch March 4, 2025 14:46
adriendupuis added a commit that referenced this pull request Mar 4, 2025
(cherry picked from commit 761ad96)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant