Skip to content

Commit 441ec5e

Browse files
committed
Update documentation links
1 parent f8d36db commit 441ec5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
phpBB's Skeleton Extension is a tool for extension authors to help speed up and simplify the task of starting a new extension project. It generates sample starter files and directories in a skeleton package that you can use to begin building your extension.
77

8-
View the [documentation](https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html) for installation and usage information.
8+
View the [documentation](https://area51.phpbb.com/docs/dev/master/extensions/skeleton_extension.html) for installation and usage information.
99

1010
The Skeleton Extension is available from phpBB.com as an Official Tool [here](https://www.phpbb.com/customise/db/official_tool/ext_skeleton/).
1111

styles/prosilver/template/skeleton_body.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</script>
88

99
<h2>{{ lang('PHPBB_CREATE_SKELETON_EXT') }}</h2>
10-
<p>{{ lang('PHPBB_CREATE_SKELETON_EXPLAIN', 'https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html', 'https://www.phpbb.com/extensions/rules-and-policies/validation-policy/', 'https://area51.phpbb.com/docs/dev/master/development/index.html') }}</p>
10+
<p>{{ lang('PHPBB_CREATE_SKELETON_EXPLAIN', 'https://area51.phpbb.com/docs/dev/master/extensions/skeleton_extension.html', 'https://www.phpbb.com/extensions/rules-and-policies/validation-policy/', 'https://area51.phpbb.com/docs/dev/master/development/index.html') }}</p>
1111

1212
<form id="postform" method="post" action="{{ S_POST_ACTION }}">
1313
{% if ERROR %}
@@ -21,7 +21,7 @@ <h2>{{ lang('PHPBB_CREATE_SKELETON_EXT') }}</h2>
2121
<div class="panel bg1">
2222
<div class="inner">
2323
<p class="rightside">
24-
<a href="https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html#extension-packaging" target="_blank">
24+
<a href="https://area51.phpbb.com/docs/dev/master/extensions/skeleton_extension.html#extension-packaging" target="_blank">
2525
{{ Icon('font', 'book-open', lang('PHPBB_SKELETON_EXT_DOCS'), false, 'fas') }}
2626
</a>
2727
</p>
@@ -42,7 +42,7 @@ <h2 class="solo">{{ lang('SKELETON_TITLE_EXTENSION_INFO') }}</h2>
4242
<div class="panel bg2">
4343
<div class="inner">
4444
<p class="rightside">
45-
<a href="https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html#authors" target="_blank">
45+
<a href="https://area51.phpbb.com/docs/dev/master/extensions/skeleton_extension.html#authors" target="_blank">
4646
{{ Icon('font', 'book-open', lang('PHPBB_SKELETON_EXT_DOCS'), false, 'fas') }}
4747
</a>
4848
</p>
@@ -72,7 +72,7 @@ <h2 class="solo">{{ lang('SKELETON_TITLE_AUTHOR_INFO') }}</h2>
7272
<div class="panel bg1">
7373
<div class="inner">
7474
<p class="rightside">
75-
<a href="https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html#requirements" target="_blank">
75+
<a href="https://area51.phpbb.com/docs/dev/master/extensions/skeleton_extension.html#requirements" target="_blank">
7676
{{ Icon('font', 'book-open', lang('PHPBB_SKELETON_EXT_DOCS'), false, 'fas') }}
7777
</a>
7878
</p>
@@ -93,7 +93,7 @@ <h2 class="solo">{{ lang('SKELETON_TITLE_REQUIREMENT_INFO') }}</h2>
9393
<div class="panel bg2">
9494
<div class="inner">
9595
<p class="rightside">
96-
<a href="https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html#components" target="_blank">
96+
<a href="https://area51.phpbb.com/docs/dev/master/extensions/skeleton_extension.html#components" target="_blank">
9797
{{ Icon('font', 'book-open', lang('PHPBB_SKELETON_EXT_DOCS'), false, 'fas') }}
9898
</a>
9999
</p>

0 commit comments

Comments
 (0)