diff options
| author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-08-19 15:37:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 15:37:01 +0200 |
| commit | da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04 (patch) | |
| tree | 200bff2167620d33c0f2eae583ea228accf88ddb /files/ja/mdn/contribute/howto/create_and_edit_pages/index.html | |
| parent | cd4c71feeb10bea7a09b9da4570b5092a76c350e (diff) | |
| download | translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.gz translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.bz2 translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.zip | |
Removes wiki.d.m.o in absolute links (#1903)
Diffstat (limited to 'files/ja/mdn/contribute/howto/create_and_edit_pages/index.html')
| -rw-r--r-- | files/ja/mdn/contribute/howto/create_and_edit_pages/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/mdn/contribute/howto/create_and_edit_pages/index.html b/files/ja/mdn/contribute/howto/create_and_edit_pages/index.html index a338b31625..7a0cf12f4c 100644 --- a/files/ja/mdn/contribute/howto/create_and_edit_pages/index.html +++ b/files/ja/mdn/contribute/howto/create_and_edit_pages/index.html @@ -111,7 +111,7 @@ translation_of: MDN/Contribute/Howto/Create_and_edit_pages <p><em>別のページからリンクせずに新しいページを作成するには</em>、ブラウザの URL フィールドに一意のページ名を入力します。たとえば、次のように入力します。</p> -<pre class="language-html notranslate">https://wiki.developer.mozilla.org/en-US/docs/FooBar</pre> +<pre class="language-html notranslate">https://developer.mozilla.org/en-US/docs/FooBar</pre> <p>MDN は "FooBar" というタイトルの新しいページを作成し、エディターを開いて新しいページにコンテンツを追加することができます。エディターモードの使用方法については、この記事の「<a href="#Editing_an_existing_page">既存のページを編集する</a>」セクションを参照してください。</p> @@ -122,7 +122,7 @@ translation_of: MDN/Contribute/Howto/Create_and_edit_pages <li>ブラウザーの URL 欄に下記のように入力する</li> </ol> -<pre class="language-html notranslate">https://wiki.developer.mozilla.org/en-US/docs/new</pre> +<pre class="language-html notranslate">https://developer.mozilla.org/en-US/docs/new</pre> <p>MDN は新しいページを作成し、エディターを開いて新しいページにコンテンツを追加することができます。エディターモードの使用方法については、この記事の「<a href="#Editing_an_existing_page">既存のページを編集する</a>」セクションを参照してください。</p> |
