Skip to content

Commit cd39652

Browse files
authored
Merge pull request #696 from ExpressionEngine/fix-edit-link-version
update edit page and contribution links to point to 7.dev branch
2 parents 91574c3 + b70ae6b commit cd39652

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We're excited that you want to get involved in the ExpressionEngine project. The
1717
## Contributing to the Docs
1818
Good documentation is the foundation of good software and your contributions can help make good documentation great.
1919

20-
If you're an ExpressionEngine user, then you have something to add. There is always room for more examples, clarifications, corrections and updates. Jump in and make a pull request or give us a heads up by reporting an issues. Please visit the [Docs Contributing Guidelines](https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/6.dev/CONTRIBUTING.md) to learn how to get started.
20+
If you're an ExpressionEngine user, then you have something to add. There is always room for more examples, clarifications, corrections and updates. Jump in and make a pull request or give us a heads up by reporting an issues. Please visit the [Docs Contributing Guidelines](https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/7.dev/CONTRIBUTING.md) to learn how to get started.
2121

2222
*Related ExpressionEngine University articles:* [Contributing to ExpressionEngine Documentation](https://u.expressionengine.com/article/contributing-to-expressionengine-documentation)
2323

theme/doc-page-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Community</h2>
117117
<br>
118118
<span class="copyright"><a href="https://packettide.com/">©2002–{{current_year}} Packet Tide,LLC.</a></span>
119119
</span>
120-
<a target="_blank" class="docs-contribute-to-page-button" href="https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/6.dev/docs/{{page_path}}">Edit this page</a>
120+
<a target="_blank" class="docs-contribute-to-page-button" href="https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/7.dev/docs/{{page_path}}">Edit this page</a>
121121
</p>
122122
</div>
123123
</section>

theme/site-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>Community</h2>
7676
{{page_content}}
7777

7878
<hr>
79-
<p class="docs-footer">ExpressionEngine {{current_version}} Docs <a target="_blank" class="docs-contribute-to-page-button" href="https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/6.dev/CONTRIBUTING.md"><i class="far fa-pencil fa-sm"></i> Edit the docs</a></p>
79+
<p class="docs-footer">ExpressionEngine {{current_version}} Docs <a target="_blank" class="docs-contribute-to-page-button" href="https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/blob/7.dev/CONTRIBUTING.md"><i class="far fa-pencil fa-sm"></i> Edit the docs</a></p>
8080
</div>
8181
</div>
8282

0 commit comments

Comments
 (0)