Skip to content

Commit 4a47da0

Browse files
committed
Merge branch 'max' of github.com:AdobeXD/plugin-docs into max
2 parents dde0630 + dc759c7 commit 4a47da0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
Shape the future of design by creating plugins for yourself, your team, or the world. To share a plugin for all XD users, submit it to Adobe. After review, you’ll be published in the XD Plugin Manager.
66

7-
<br />
8-
97
<a href="/develop.md"><img alt="Develop: API documentation, code tutorials, and samples" src="/images/[email protected]" class="plain" style="width: 100%"/></a>
108

119
<a href="/design/index.md"><img alt="Design: UX patterns, UI elements, and design guidelines" src="/images/[email protected]" class="plain" style="width: 100%"/></a>
@@ -52,6 +50,6 @@ We’ve got a lot of stuff planned for the future of Plugin APIs on the Adobe XD
5250

5351
<br />
5452

55-
<a href="/distribution/index.md"><img alt="XD Plugin API developer community" src="/images/XD-plugin-api-community.png" class="plain" style="width: 100%"/></a>
53+
<a href="https://forums.adobexdplatform.com/c/xd"><img alt="XD Plugin API developer community" src="/images/XD-plugin-api-community.png" class="plain" style="width: 100%"/></a>
5654

57-
<a href="/distribution/index.md"><img alt="Adobe XD user community" src="/images/[email protected]" class="plain" style="width: 100%"/></a>
55+
<a href="https://adobexd.uservoice.com/forums/353007-adobe-xd-feature-requests?category_id=368995"><img alt="Adobe XD user community" src="/images/[email protected]" class="plain" style="width: 100%"/></a>

public/header.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,29 @@
8383

8484
}
8585
</script>
86+
8687
<header
8788
style="padding-left: 5%; border-bottom: 1px solid #ddd; height: 96px; display: flex; flex-direction: row; align-items: center;">
88-
<a href="http://localhost:3000/"
89+
<a href="https://adobexdplatform.com/"
8990
style="height: 32px; width: 32px; margin: 0px 12px 24px 0px; position: relative; top: 14px;">
9091
<img src="/images/xd-logo.png" style="height: 32px; width: 32px; margin-left: 0"></a>
9192
<h1
9293
style="color: black; margin-top: 17px; margin-bottom: 14px; font-size: 18px; font-weight: bold; font-family: roboto">
93-
<a href="http://localhost:3000/">Adobe XD
94+
<a href="https://adobexdplatform.com/">Adobe XD
9495
Platform</a></h1>
9596
<ul style="list-style: none; margin-top: 14px;">
9697
<li style="display: inline-block; list-style: none; text-align: -webkit-match-parent; margin-right: 23px; ">
97-
<a href="http://localhost:8081/"
98+
<a href="https://adobexdplatform.com/plugin-docs/"
9899
style="color: black; text-decoration: none; font-family: roboto, medium; font-size: 15px; font-weight:400;">Plugin
99100
APIs</a>
100101
</li>
101102
<li style="display: inline-block; list-style: none; text-align: -webkit-match-parent; margin-right: 23px; ">
102-
<a href="http://localhost:8080/"
103+
<a href="https://adobexdplatform.com/cloud-content-api-docs/"
103104
style="color: black; text-decoration: none; font-family: roboto, medium; font-size: 15px; font-weight:400;">Cloud
104105
Content
105106
APIs</a></li>
106107
<li style="display: inline-block; list-style: none; text-align: -webkit-match-parent; margin-right: 23px;">
107-
<a href="http://localhost:8082/"
108+
<a href="https://adobexdplatform.com/community-and-support/"
108109
style="color: black; text-decoration: none; font-family: roboto, medium; font-size: 15px; font-weight:400;">Community
109110
&
110111
Support</a></li>

0 commit comments

Comments
 (0)