Skip to content

Commit 5be7529

Browse files
committed
keep only text to 404 links
1 parent ad9e6d9 commit 5be7529

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/md-articles/dotkernel/templating-in-dotkernel3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ A: The official documentation is linked in the article at docs.dotkernel.com/Pre
4848
## Resources
4949

5050
- [Twig Templating Engine](https://twig.symfony.com/)
51-
- [Dotkernel Templates documentation](https://docs.dotkernel.com/Prerequisites/Templates)
51+
- Dotkernel Templates documentation

src/Blog/templates/page/blog-resource/dotkernel/templating-in-dotkernel3.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In Dotkernel 3, we made the move to the popular <a href="https://twig.symfony.co
1515

1616
The templating engine in <strong>Dotkernel3</strong> gives you the familiarity of HTML with the overview and convenience of PHP.
1717

18-
You can read the official documentation here: <a href="https://docs.dotkernel.com/Prerequisites/Templates" rel="noopener noreferrer" target="_blank"><strong>Templates</strong></a>
18+
You can read the official documentation here: <strong>Templates</strong>
1919

2020
<h2 id="user-content-faq">Frequently Asked Questions</h2>
2121

src/Blog/templates/page/blog-resource/php-development/php-environment-development-staging-production.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It is <em>the “live” environment</em>, where the final application goes out
1313

1414
To switch from one environment to another use the <em><strong>Subversion</strong></em> <em>source code</em>.
1515

16-
<a title=" Downloaded 171 times" href="../download/?did=6">Using SVN on Aptana</a> is an article that explains how to set your <em>development </em>environment on your local computer and then to change it on your <em>staging </em>environment.
16+
Using SVN on Aptana is an article that explains how to set your <em>development </em>environment on your local computer and then to change it on your <em>staging </em>environment.
1717

1818
To better understand the development of an application using environments, check this helpful article <a href="http://dltj.org/article/software-development-practice/">http://dltj.org/article/software-development-practice/</a>
1919

0 commit comments

Comments
 (0)