Skip to content

Cosmetic and link fixes #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_data/sidenav/api.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sections:
- section_title: Api
- section_title: APIs
section:
- path: "/api"
title: Overview
Expand Down
8 changes: 4 additions & 4 deletions src/_includes/components/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<div class="feedback-box__content">
<h4>Need support?</h4>

<p>If you need any help visit our Support page and get in touch with us.</p>
<p>Questions? Problems? Need more info? Contact us, and we can help!</p>
</div>
</div>

<div class="flex__column flex__column--shrink">
{% include components/button-link.html text="Go to Support" href="https://segment.com" %}
{% include components/button-link.html text="Visit our Support page" href="https://segment.com/help/contact/" %}
</div>
</div>
</div>
Expand Down Expand Up @@ -44,13 +44,13 @@ <h4>Was this page helpful?</h4>
</div>

<p class="widget__content" data-ref="feedback[content]" hidden>
If you need help or have any questions, please consider contacting <a href="#">Support</a>.
If you need help or have questions, <a href="https://segment.com/help/contact">contact us</a>!
</p>
</div>
</div>

<div class="flex__column flex__column--shrink">
{% include components/button-link.html text="Send us feedback" href="https://segment.com" %}
{% include components/button-link.html text="Can we improve this doc? Send us feedback" href="https://segment.com" %}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/sidebar/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</div>
</div>
<p class="widget__content" data-ref="feedback[content]" hidden>
If you need help or have any questions, please consider contacting <a href="#">Support</a>.
If you need help or have questions, <a href="https://segment.com/help/contact">contact us</a>!
</p>
</div>
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2218,11 +2218,6 @@ interpret@1.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==

intersection-observer@0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.7.0.tgz#ee16bee978db53516ead2f0a8154b09b400bbdc9"
integrity sha512-Id0Fij0HsB/vKWGeBe9PxeY45ttRiBmhFyyt/geBdDHBYNctMRTE3dC1U3ujzz3lap+hVXlEcVaB56kZP/eEUg==

invariant@^2.2.2:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
Expand Down