You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<liclass="leaf"><ahref="http://go.magento.com/" title="Small Business Storefront">Magento Go</a><spanclass="description">Small Business Storefront</span></li>
<liclass="leaf"><ahref="http://www.magento.com/resources/technical" title="Resources for Developers">Developers</a><spanclass="description">Resources for Developers</span></li>
23
-
<liclass="leaf"><ahref="http://www.magento.com/partners/overview" title="Resources for Partners">Partners</a><spanclass="description">Resources for Partners</span></li>
24
-
<liclass="leaf"><ahref="http://www.magento.com/training/overview" title="Courses and Developer Certification">Training</a><spanclass="description">Courses and Developer Certification</span></li>
22
+
<liclass="leaf"><ahref="http://magento.com/resources/technical" title="Resources for Developers">Developers</a><spanclass="description">Resources for Developers</span></li>
23
+
<liclass="leaf"><ahref="http://magento.com/partners/overview" title="Resources for Partners">Partners</a><spanclass="description">Resources for Partners</span></li>
24
+
<liclass="leaf"><ahref="http://magento.com/training/overview" title="Courses and Developer Certification">Training</a><spanclass="description">Courses and Developer Certification</span></li>
Copy file name to clipboardExpand all lines: _includes/sidebar.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
{% assign n = 0 %}
26
26
{% for parent in parents %}
27
-
<liclass=" {% if page.url == parent.url %} active {%endif%}"><aclass="nav-header" href="{{parent.url}}">{% if parent.menu_title %}{{parent.menu_title}}{% else %}{{parent.title}}{% endif %}</a></li>
27
+
<liclass=" {% if page.url == parent.url %} active {%endif%}"><aclass="nav-header" href="{{site.toc_baseurl}}{{parent.url}}">{% if parent.menu_title %}{{parent.menu_title}}{% else %}{{parent.title}}{% endif %}</a></li>
28
28
{% assign n = 1 %}
29
29
{% endfor %}
30
30
@@ -37,7 +37,7 @@
37
37
38
38
{% for article in articles_sorted %}
39
39
40
-
<liclass="level-2 {% if page.url == article.url %} active {%endif%}"><ahref="{{article.url}}">{% if article.menu_title %}{{article.menu_title}}{% else %}{{article.title}}{% endif %}</a></li>
40
+
<liclass="level-2 {% if page.url == article.url %} active {%endif%}"><ahref="{{site.toc_baseurl}}{{article.url}}">{% if article.menu_title %}{{article.menu_title}}{% else %}{{article.title}}{% endif %}</a></li>
41
41
42
42
{% endfor %}
43
43
@@ -48,7 +48,7 @@
48
48
49
49
{% for article in articles_sorted %}
50
50
51
-
<liclass="{% if page.url == article.url %} active {%endif%}"><ahref="{{article.url}}">{% if article.menu_title %}{{article.menu_title}}{% else %}{{article.title}}{% endif %}</a></li>
51
+
<liclass="{% if page.url == article.url %} active {%endif%}"><ahref="{{site.toc_baseurl}}{{article.url}}">{% if article.menu_title %}{{article.menu_title}}{% else %}{{article.title}}{% endif %}</a></li>
Copy file name to clipboardExpand all lines: guides/v1.0/install-gde/install/verify.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ When prompted, log in as a Magento Administrator.
29
29
30
30
The following figure shows a sample Magento Admin page. If it displays as follows, your installation was a success!
31
31
32
-
<p><imgsrc="{{ site.baseurl }}common/images/install-success_admin.png"alt="Magento Admin which verifies a successful installation"></p>
32
+
<p><imgsrc="{{ site.baseurl }}common/images/install_success_admin.png"alt="Magento Admin which verifies a successful installation"></p>
33
33
34
34
If the page displays unconfigured (no styles, only text), see <ahref="{{ site.gdeurl }}install-gde/trouble/tshoot_no-styles.html">After installing, images and stylesheets do not load; only text displays, no graphics</a>.
0 commit comments