Skip to content

Commit f0514a4

Browse files
author
Steve Kwak
committed
home link fixed temporarily
1 parent 909f8e7 commit f0514a4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

public/header.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,30 +85,32 @@
8585
</script>
8686
<header
8787
style="padding-left: 5%; border-bottom: 1px solid #ddd; height: 96px; display: flex; flex-direction: row; align-items: center;">
88-
<a href="/" style="height: 48px; width: 48px; margin: 0px 24px 24px 0px; position: relative; top: 14px;">
89-
<img src="/plugin-docs/images/xd-logo.png" style="height: 48px; width: 48px; margin-left: 0"></a>
88+
<a href="http://localhost:3000/"
89+
style="height: 48px; width: 48px; margin: 0px 24px 24px 0px; position: relative; top: 14px;">
90+
<img src="/images/xd-logo.png" style="height: 48px; width: 48px; margin-left: 0"></a>
9091
<h1 style="margin-top: auto; margin-bottom: auto; font-size: 24px; font-weight: bold; font-family: roboto"><a
91-
href="/">Adobe XD
92+
href="http://localhost:3000/">Adobe XD
9293
Platform</a></h1>
9394
<ul style="list-style: none; margin-top: 15px; margin-left: 50px;">
9495
<li
9596
style="display: inline-block; list-style: none; text-align: -webkit-match-parent; margin-right: 24px; font-size: 14px;">
96-
<a href="/plugin-docs/" style="color: #323232; text-decoration: none; font-family: roboto, medium; ">Plugin
97+
<a href="http://localhost:8081/"
98+
style="color: #323232; text-decoration: none; font-family: roboto, medium; ">Plugin
9799
APIs</a>
98100
</li>
99101
<li
100102
style="display: inline-block; list-style: none; text-align: -webkit-match-parent; margin-right: 24px; font-size: 14px;">
101-
<a href="/plugin-docs/tutorials/quick-start"
102-
style="color: #323232; text-decoration: none; font-family: roboto, medium; ">Cloud Contents
103+
<a href="http://localhost:8080/"
104+
style="color: #323232; text-decoration: none; font-family: roboto, medium; ">Cloud Content
103105
APIs</a></li>
104106
<li
105107
style="display: inline-block; list-style: none; text-align: -webkit-match-parent; margin-right: 24px; font-size: 14px;">
106-
<a href="/plugin-docs/reference/how-to-read.html"
108+
<a href="http://localhost:8082/"
107109
style="color: #323232; text-decoration: none; font-family: roboto, medium; ">Community &
108110
Support</a></li>
109111
</ul>
110112
<!-- <a style="margin-left:auto; margin-right:10%;" href="https://console.adobe.io/plugins">
111-
<button type="button" class="console-btn coral-btn coral-btn-cta"> I/O Developer Console</button>
113+
<button type="button" class="console-btn coral-btn coral-btn-cta"> I/O Developer Console</button>
112114
</a> -->
113115
</header>
114116
<!-- <div class="divider">

0 commit comments

Comments
 (0)