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

Router/Routeへのページリンクが404 #24

Closed
JWRicky opened this issue Dec 12, 2024 · 7 comments
Closed

Router/Routeへのページリンクが404 #24

JWRicky opened this issue Dec 12, 2024 · 7 comments

Comments

@JWRicky
Copy link

JWRicky commented Dec 12, 2024

お疲れ様です。ドキュメントのご提供と更新、いつもありがとうございます。

下記ルーティングに関する記事の中で、Laravel APIへの一部リンクが404 Not Foundとなっておりましたので
ご報告差し上げました。
https://readouble.com/laravel/11.x/ja/routing.html

詳細は
「現在のルートへのアクセス」内にある以下のリンクとなります。
・ルートファサードの元となるクラス
・ルートインスタンス
(769行目, 検証ツールにて確認しました)

対応するAPI側のURLはそれぞれ
https://laravel.com/api/11.x/Illuminate/Routing/Router.html
https://laravel.com/api/11.x/Illuminate/Routing/Route.html
になるかと思われます。
お手すきの際にご確認の方、よろしくお願いいたします。

@HiroKws
Copy link
Member

HiroKws commented Dec 12, 2024

ありがとうございます。これは、変換プログラムに手をいれる必要があるため、後ほど対応します。少々お待ちください。

@HiroKws
Copy link
Member

HiroKws commented Dec 13, 2024

ありがとうございます。変換プログラムを修正しました。readouble.comのコンテンツは、前バージョンのrouting.mdを変換し直しました。

@HiroKws HiroKws closed this as completed Dec 13, 2024
@JWRicky
Copy link
Author

JWRicky commented Dec 13, 2024

ご対応ありがとうございます。
10.x から6.xまでのページに関しては、Laravel APIへのリンクが正しく設定されていることを確認できました。
11.xのページではまだ以下のversion部分が変換されておらず遷移先が正しくないようでしたので、
追加でご報告させていただきます。

対象のページ
https://readouble.com/laravel/11.x/ja/routing.html

「現在のルートへのアクセス」内にある以下のリンク
・ルートファサードの元となるクラス
・ルートインスタンス

現在のURL
https://laravel.com/api/%7B%7Bversion%7D%7D/Illuminate/Routing/Router.html
https://laravel.com/api/%7B%7Bversion%7D%7D/Illuminate/Routing/Route.html

正しいURL
https://laravel.com/api/11.x/Illuminate/Routing/Router.html
https://laravel.com/api/11.x/Illuminate/Routing/Route.html

お手数をおかけしますが、お時間ある際にご確認をお願いいたします。

@HiroKws
Copy link
Member

HiroKws commented Dec 13, 2024 via email

@JWRicky
Copy link
Author

JWRicky commented Dec 13, 2024

キャッシュクリアして確認できました。ありがとうございました。

@HiroKws
Copy link
Member

HiroKws commented Jan 14, 2025

通常のリンクが切れてしまうバグを呼んだのでもとへ戻しました。明日、再度修正します。

@HiroKws HiroKws reopened this Jan 14, 2025
@HiroKws
Copy link
Member

HiroKws commented Jan 15, 2025

直りました。

@HiroKws HiroKws closed this as completed Jan 15, 2025
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

No branches or pull requests

2 participants