Skip to content

Commit

Permalink
Configuration tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jul 7, 2024
1 parent 40c0aec commit 101642a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h1>404</h1>

<script type="text/javascript">
if (location.pathname === '/cf/manual/') {
location.replace('/cf/manual/manual.html');
location.replace('/cf/manual/', '/cf/manual/manual.html');
}
if (location.pathname === '/afu/') {
location.replace('/afu/annotation-file-utilities.html');
location.replace('/afu/', '/afu/annotation-file-utilities.html');
}
</script>
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/

title: EISOP Framework
title: EISOP Checker Framework
email: wdietl@uwaterloo.ca
# description: >- # this means to ignore newlines until "baseurl:"
# The Enforcing, Inferring, and Synthesizing Optional Properties (EISOP) Framework project aims to provide a unified framework for optional properties in Java.
#baseurl: ""
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
url: "https://eisop.github.io/"
twitter_username: wmdietl
github_username: wmdietl

# Build settings
#theme: minima
Expand Down
8 changes: 3 additions & 5 deletions cf-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
layout: default
---

The Checker Framework ![Checker Framework logo](CFLogo.png)

The Checker Framework
=====================
The EISOP Checker Framework ![Checker Framework logo](CFLogo.png)
===========================

Are you tired of null pointer exceptions, unintended side effects, SQL injections, concurrency errors, mistaken equality tests, and other run-time errors that appear during testing or in the field?

Expand Down Expand Up @@ -79,4 +77,4 @@ Another way to help is to tell your friends and colleagues about the usefulness

* * *

Last updated: $LatestCheckerFrameworkReleaseDate
Last updated: $LatestCheckerFrameworkReleaseDate

0 comments on commit 101642a

Please sign in to comment.