Skip to content
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

Fix links #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 sections/create_release.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ <h4 class="terminal-printout-text">Using environment '192.168.50.6' as client 'a

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/create-release.html">bosh.io: Creating a Release</a></li>
<li><a href="https://bosh.io/docs/create-release/">bosh.io: Creating a Release</a></li>
</p>
4 changes: 2 additions & 2 deletions sections/deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h3>How to deploy</h3>

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/release.html">bosh.io: Release</a></li>
<li><a href="http://bosh.io/docs/deployment.html">bosh.io: Deployment</a></li>
<li><a href="https://bosh.io/docs/release/">bosh.io: Release</a></li>
<li><a href="https://bosh.io/docs/deployment/">bosh.io: Deployment</a></li>
</p>

<button onClick="$.fn.fullpage.moveSlideRight();" id="next-button">Next</button>
4 changes: 2 additions & 2 deletions sections/done.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ <h1>Done!</h1>

<p>In this tutorial we used BOSH to deploy services, updated our deployment with source changes, scaled the number of services and changed their properties. We recovered from failing service, failing VM and failing deploy.</p>

<p>We were using VirtualBox environment with Warden CPI (Cloud Provider Interface). Warden is a Linux container management tool and Warden CPI abstracts VMs as Linux containers. The Director can work with any CPI that implements a certain API to manage IaaS resources. There are several supported CPIs for different IaaS providers: AWS, GCP, Openstack, vSphere and vCloud. Read more about CPIs here: <a href="http://bosh.io/docs/cpi-api-v1.html">http://bosh.io/docs/cpi-api-v1.html</a>.</p>
<p>We were using VirtualBox environment with Warden CPI (Cloud Provider Interface). Warden is a Linux container management tool and Warden CPI abstracts VMs as Linux containers. The Director can work with any CPI that implements a certain API to manage IaaS resources. There are several supported CPIs for different IaaS providers: AWS, GCP, Openstack, vSphere and vCloud. Read more about CPIs here: <a href="https://bosh.io/docs/cpi-api-v1/">https://bosh.io/docs/cpi-api-v1/</a>.</p>

<p>Learn more:
<ul>
<li><a href="https://bosh.io/docs">bosh.io: Docs</a></li>
<li><a href="https://bosh.io/docs/">bosh.io: Docs</a></li>
</p>
2 changes: 1 addition & 1 deletion sections/failing_service.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ <h4 class="terminal-code-text">$ curl 10.244.0.2:8888/kill</h4>

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/vm-monit.html">bosh.io: Process monitoring with Monit</a></li>
<li><a href="https://bosh.io/docs/vm-monit/">bosh.io: Process monitoring with Monit</a></li>
</p>
6 changes: 3 additions & 3 deletions sections/failing_vm.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4 class="terminal-code-text">$ bosh -e vbox -d learn-bosh cloud-check</h4>

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/resurrector.html">bosh.io: Automatic repair with Resurrector</a></li>
<li><a href="http://bosh.io/docs/cck.html">bosh.io: Manual repair with Cloud Check</a></li>
<li><a href="http://bosh.io/docs/vm-config.html">bosh.io: Configuration and file locations of BOSH VMs</a></li>
<li><a href="https://bosh.io/docs/resurrector/">bosh.io: Automatic repair with Resurrector</a></li>
<li><a href="https://bosh.io/docs/cck/">bosh.io: Manual repair with Cloud Check</a></li>
<li><a href="https://bosh.io/docs/vm-config/">bosh.io: Configuration and file locations of BOSH VMs</a></li>
</p>
4 changes: 2 additions & 2 deletions sections/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ <h1>BOSH</h1>

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/">bosh.io: What is BOSH?</a></li>
<li><a href="http://bosh.io/docs/problems.html">bosh.io: What Problems Does BOSH Solve?</a></li>
<li><a href="https://bosh.io/docs/">bosh.io: What is BOSH?</a></li>
<li><a href="https://bosh.io/docs/problems/">bosh.io: What Problems Does BOSH Solve?</a></li>
</p>

<button onClick="$.fn.fullpage.moveSectionDown();" id="start-button">Start</button>
2 changes: 1 addition & 1 deletion sections/modify.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ <h1>Modify Deployment</h1>

<p>Now we will update our deployment with new version of software. We will modify some properties. And we are going to scale our deployment.</p>

<button onClick="$.fn.fullpage.moveSectionDown();" id="next-button">Next</button>
<button onClick="$.fn.fullpage.moveSectionDown();" id="next-button">Next</button>
2 changes: 1 addition & 1 deletion sections/prepare.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1>Prepare</h1>

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/bosh-components.html">bosh.io: Components</a></li>
<li><a href="https://bosh.io/docs/bosh-components/">bosh.io: Components</a></li>
</p>

<button onClick="$.fn.fullpage.moveSectionDown();" id="next-button">Next</button>
4 changes: 2 additions & 2 deletions sections/run_deploy.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ <h4 class="terminal-printout-text">Hello, Maria from ...</h4>

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/deployment-manifest.html">bosh.io: Deployment Manifest Schema</a></li>
<li><a href="http://bosh.io/docs/deploying-step-by-step.html">bosh.io: Deploying Step-by-step</a></li>
<li><a href="https://bosh.io/docs/deployment-manifest/">bosh.io: Deployment Manifest Schema</a></li>
<li><a href="https://bosh.io/docs/deploying-step-by-step/">bosh.io: Deploying Step-by-step</a></li>
</p>
2 changes: 1 addition & 1 deletion sections/setup_bosh_environment.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= circled_title(1, "Setup BOSH environment") %>

<p>BOSH CLI is a command line interface to the <b>Director</b>. Follow these <a href="https://bosh.io/docs/cli-v2#install">instructions</a> to install it.</p>
<p>BOSH CLI is a command line interface to the <b>Director</b>. Follow these <a href="https://bosh.io/docs/cli-v2-install/">instructions</a> to install it.</p>

<p>We are going to use <b>bosh create-env</b> command to install BOSH <b>Director</b>. <b>bosh create-env</b> command provides a way to install initial VM with BOSH <b>Director</b> on any IaaS (AWS, GCP, etc). In our case we will use VirtualBox as our infrastructure provider.</p>

Expand Down
4 changes: 2 additions & 2 deletions sections/upload_stemcell.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ <h4 class="terminal-printout-text">Using environment '192.168.50.6' as client 'a

<p>Learn more:
<ul>
<li><a href="http://bosh.io/docs/stemcell.html">bosh.io: What is a Stemcell?</a></li>
<li><a href="http://bosh.io/stemcells">Full list of available stemcells</a></li>
<li><a href="https://bosh.io/docs/stemcell/">bosh.io: What is a Stemcell?</a></li>
<li><a href="https://bosh.io/stemcells">Full list of available stemcells</a></li>
</p>
2 changes: 1 addition & 1 deletion sections/when_something_goes_wrong.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ <h1>When something goes wrong</h1>

<p>BOSH provides a set of recovery mechanisms. Let's break our deployment and find ways to fix it.</p>

<button onClick="$.fn.fullpage.moveSectionDown();" id="next-button">Next</button>
<button onClick="$.fn.fullpage.moveSectionDown();" id="next-button">Next</button>