Skip to content

Commit 416cd4d

Browse files
author
watchdog
committed
replace links update dockerfile and gemfile
1 parent 9e63737 commit 416cd4d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6.3-slim
1+
FROM ruby:2.6.10-bullseye
22
LABEL maintainer Travis CI GmbH <[email protected]>
33

44
# packages required for bundle install

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.6.3'
3+
ruby '2.6.10'
44

55
gem 'faraday'
66
gem 'html-proofer', '~> 3.0'

_includes/enterprise_sidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3>Enterprise 2.x Archive</h3>
5151
<li><a href="/user/enterprise/high-availability-tcie-2.x/">High Availability for 2.x</a></li>
5252
<li><a href="/user/enterprise/platform-tips-tcie-2.x/">Platform Administration Tips for 2.x</a></li>
5353
</ul>
54-
54+
5555
<h3>Travis CI Docs</h3>
5656
<ul>
5757
<li><a href="/">Travis CI Docs</a></li>
@@ -62,7 +62,7 @@ <h3>Travis CI Docs</h3>
6262
<section class="sidebar-notice">
6363
<p>This documentation site is open source.
6464
The <a href="https://github.com/travis-ci/docs-travis-ci-com">README in our Git repository</a> explains how to contribute.</p>
65-
<p>Travis CI relies on Open Source <a href="/user/open_source_license/">licensing information</a>.</p>
65+
<p>Travis CI relies on Open Source <a href="https://app.travis-ci.com/licensing">licensing information</a>.</p>
6666
</section>
6767

6868
</div><!-- /#sidebar -->

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h3>Travis CI Enterprise</h3>
144144
<section class="sidebar-notice">
145145
<p>This documentation site is Open Source.
146146
The <a href="https://github.com/travis-ci/docs-travis-ci-com">README in our Git repository</a> explains how to contribute.</p>
147-
<p>Travis CI relies on Open Source <a href="/user/open_source_license/">licensing information</a>.</p>
147+
<p>Travis CI relies on Open Source <a href="https://app.travis-ci.com/licensing">licensing information</a>.</p>
148148
</section>
149149

150150
</div><!-- /#sidebar -->

0 commit comments

Comments
 (0)