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

Fix broken link for app.METHOD (ja) #1416

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

3150
Copy link
Contributor

@3150 3150 commented Apr 19, 2023

Hello. I found a tiny bug on this page https://expressjs.com/ja/guide/routing.html
I got 404 page when I click the link → https://expressjs.com/ja/4x/%20api.html#app.METHOD%E3%82%92

@@ -11,7 +11,7 @@ lang: ja
ルーティングの概要については、[基本的なルーティング](/{{ page.lang }}/starter/basic-routing.html)を参照してください。

ルーティングはHTTPメソッドに対応するExpressの`app`オブジェクトのメソッドを使用して定義します。たとえば、GETリクエストを処理する`app.get()`やPOSTリクエストを処理する`app.post`があります。
完全なリストについては、[app.METHOD](/{{ page.lang }}/4x/ api.html#app.METHODを)を参照してください。
完全なリストについては、[app.METHOD](/{{ page.lang }}/4x/api.html#app.METHOD)を参照してください。
Copy link
Contributor Author

@3150 3150 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • remove redundant white space and

@3150 3150 changed the title Fix broken link for app.METHOD Fix broken link for app.METHOD (ja) Apr 19, 2023
Copy link
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @3150

@dougwilson dougwilson merged commit e88b052 into expressjs:gh-pages Nov 27, 2023
1 check passed
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.

None yet

3 participants