Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 25aec07

Browse files
author
stevjohnson
committed
Push update to wiki.magento.com reference in Magento 1.x documentation
1 parent 3e12940 commit 25aec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/m1x/magefordev/mage-for-dev-5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3>Anatomy of a Magento Model</h3>
7676
<h2>Enable developer mode</h2>
7777
<p>Something you should do in development&mdash;but <em>never</em> in production&mdash;is to enable Magento's <em>developer mode</em> which, among other things, displays exceptions in your browser. It's useful for debugging your code.</p>
7878
<p>Enable developer mode in any of the following ways:</p>
79-
<ul><li><a href="https://wiki.magento.com/display/m1wiki/How+to+Configure+a+Magento+1.x+Error+Page#display_errors_on_the_same_page_developer_mode">developer mode</a></a>
79+
<ul><li><a href="https://magento2.atlassian.net/wiki/display/m1wiki/How+to+Configure+a+Magento+1.x+Error+Page#display_errors_on_the_same_page_developer_mode">developer mode</a></a>
8080
<li>Edit the <code>.htaccess</code> in the Magento root directory file to add <code>SetEnv MAGE_IS_DEVELOPER_MODE "true"</code></p>
8181

8282
<h2>Creating a Basic Model</h2>

0 commit comments

Comments
 (0)