Skip to content

Commit 608f9d4

Browse files
authored
Merge pull request #69 from oslabs-beta/dev
Dev merged into master
2 parents 850f5f2 + f1bfa91 commit 608f9d4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Installing from VS Code Extension Marketplace:
9999

100100
1. If needed, install Visual Studio Code for Windows (7+), macOS (Sierra+), or Linux (details).
101101

102-
2. Install the Sapling extension for Visual Studio Code.
102+
2. Install the Sapling extension for Visual Studio Code. Search for 'sapling' in the VS Code extensions tab, or click [here](https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling).
103103

104104
3. Once complete, you'll see Sapling appear in your sidebar. You can now begin using Sapling! Check out the Getting Started below for information on how to get started.
105105

sapling/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<!-- BADGES -->
2424
<p align="center">
2525
<!-- FORKS -->
26-
<a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling"></a>
26+
<!-- <a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling"></a> -->
2727
<!-- STARS -->
28-
<a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a>
28+
<!-- <a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a> -->
2929
<!-- GITHUB RELEASE VERSION -->
3030
<!-- <a href="https://github.com/oslabs-beta/sapling/releases"><img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/oslabs-beta/sapling?include_prereleases"></a> -->
3131
<!-- BUILD STATUS -->
32-
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a>
32+
<!-- <a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a>
3333
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml"><img alt="dev CI workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml/badge.svg"></a>
34-
<img alt="GitHub deployments" src="https://img.shields.io/github/deployments/oslabs-beta/sapling/production?label=website%20build&logo=vercel">
34+
<img alt="GitHub deployments" src="https://img.shields.io/github/deployments/oslabs-beta/sapling/production?label=website%20build&logo=vercel"> -->
3535
<!-- LICENSE -->
3636
<!-- <a href="https://github.com/oslabs-beta/sapling/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/oslabs-beta/sapling"></a> -->
3737
<!-- CONTRIBUTIONS -->
@@ -109,7 +109,7 @@ Installing from VS Code Extension Marketplace:
109109

110110
1. If needed, install Visual Studio Code for Windows (7+), macOS (Sierra+), or Linux (details).
111111

112-
2. Install the Sapling extension for Visual Studio Code.
112+
2. Install the Sapling extension for Visual Studio Code. Search for 'sapling' in the VS Code extensions tab, or click [here](https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling).
113113

114114
3. Once complete, you'll see Sapling appear in your sidebar. You can now begin using Sapling! Check out the Getting Started below for information on how to get started.
115115

website/components/Jumbotron.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Jumbotron = () => {
1313
<hr className="my-4"/>
1414
<p>React is a powerful tool for building your frontend applications, but at scale navigating the hierarchy of your components can become frustrating. Sapling&apos;s intuitive interface reflects the hierarchical nature of your app, so you&apos;ll never have to think twice about navigation again.</p>
1515
<p className="lead d-flex justify-content-center">
16-
<a className="btn btn-sapling btn-lg d-flex align-items-center" href="#" role="button">
16+
<a className="btn btn-sapling btn-lg d-flex align-items-center" href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling" role="button">
1717
<span>Get Sapling for </span><Image src={vscodeLogo} alt="VS Code Logo"/><span> VS Code </span>
1818
</a>
1919
</p>

website/components/Links.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Links = () => {
1616
</div>
1717
<div className="link mx-auto">
1818
<p className="text-center">Read more about Sapling</p>
19-
<a href="" target="_blank">
19+
<a href="https://medium.com/@saplingextension/introducing-sapling-a-vs-code-extension-for-traversing-your-react-component-hierarchy-3ac94d95887e" target="_blank" rel="noreferrer">
2020
<Image src={mediumIcon} alt="Medium M Logo"/>
2121
</a>
2222
</div>

website/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Navbar = () => {
4141
</li> */}
4242
</ul>
4343
<ul className="navbar-nav mb-2 mb-lg-0">
44-
<li><a className="btn btn-sapling" href="#">Get Sapling</a></li>
44+
<li><a className="btn btn-sapling" href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling" target="_blank" rel="noreferrer">Get Sapling</a></li>
4545
</ul>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)