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

Enforce broken links #14

Open
wants to merge 1 commit into
base: main
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
7 changes: 4 additions & 3 deletions .github/workflows/checklinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
run: bundle exec jekyll build
- name: Check for broken links
run: |
bundle exec rake test &> links.log
continue-on-error: true
set -o pipefail
bundle exec rake test 2>&1 | tee links.log
- name: Archive log links
uses: actions/upload-artifact@v1
with:
name: links-check.log
path: links.log
path: links.log
if: ${{ always() }}
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<header class="site-header" role="banner">

<div class="wrapper">
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a> by <img src="/images/SAG_Logo.png">
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a> by <img src="/images/SAG_Logo.png" alt="SAG Logo">

<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
Expand Down
2 changes: 1 addition & 1 deletion display/release/Patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ At least two Terracotta servers should be used in production systems to avoid do
For example, to implement a rolling upgrade in a cluster with an active Terracotta server, a passive (backup) Terracotta server, and any number of Terracotta clients, follow these steps:

1. Confirm that all prerequisites have been met.
See [Preparing for a Patch Installation](#Patches-prepare).
See [Preparing for a Patch Installation](#preparing-for-a-patch-installation).
2. Shut down the passive Terracotta server using the [server Shutdown button](http://www.terracotta.org/documentation/dev-console) or the Terracotta [stop-tc-server script](http://www.terracotta.org/documentation/tools-catalog).
3. Unzip the patch file in the passive Terracotta server's installation (root) directory.
On a UNIX/Linux machine, use the tar command as shown:
Expand Down
16 changes: 8 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ listtitle: All Pages
## Quick Links

### BigMemory Max 4.3.x
* [BigMemory Max 4.3.x Release Notes](https://confluence.terracotta.org/display/release/BigMemory+Max+4.3)
* [BigMemory Max 4.3.x Platform Support](https://confluence.terracotta.org/display/release/BigMemory+4.3,+Ehcache+2.10+Platform+Support)
* [BigMemory Max 4.3.x Release Notes](/display/release/BigMemory+Max+4.3)
* [BigMemory Max 4.3.x Platform Support](/display/release/BigMemory+4.3,+Ehcache+2.10+Platform+Support)

### Terracotta 10.x
* [Terracotta 10.11 Release Notes](https://confluence.terracotta.org/display/release/Terracotta+10.11+Release+Notes)
* [Terracotta 10.11 Supported Platforms](https://confluence.terracotta.org/display/release/Terracotta+10.11+Supported+Platforms)
* [Terracotta 10.11 Release Notes](/display/release/Terracotta+10.11+Release+Notes)
* [Terracotta 10.11 Supported Platforms](/display/release/Terracotta+10.11+Supported+Platforms)

* [Terracotta 10.7 Release Notes](https://confluence.terracotta.org/display/release/Terracotta+10.7+Release+Notes)
* [Terracotta 10.7 Supported Platforms](https://confluence.terracotta.org/display/release/Terracotta+10.7+Supported+Platforms)
* [Terracotta 10.7 Release Notes](/display/release/Terracotta+10.7+Release+Notes)
* [Terracotta 10.7 Supported Platforms](/display/release/Terracotta+10.7+Supported+Platforms)

* [Terracotta 10.5 Release Notes](https://confluence.terracotta.org/display/release/Terracotta+10.5+Release+Notes)
* [Terracotta 10.5 Supported Platforms](https://confluence.terracotta.org/display/release/Terracotta+10.5+Supported+Platforms)
* [Terracotta 10.5 Release Notes](/display/release/Terracotta+10.5+Release+Notes)
* [Terracotta 10.5 Supported Platforms](/display/release/Terracotta+10.5+Supported+Platforms)

## Archived
* [Archive](archive)