Skip to content

Adding a link checker #107

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

Open
wants to merge 7 commits 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
20 changes: 20 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check links

on:
pull_request:
push:
branches:
- main

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# https://github.com/marketplace/actions/markdown-link-check
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
max-depth: 6
config-file: 'mlc_config.json'
120 changes: 62 additions & 58 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,48 @@
.inRadius
01FY9MWDTWW4XQNTPJ9XY9FPMN
30Mb
Analytics
analytics
anonymized
APIs
Analytics
AppImage
atomicity
CLI
CLI-based
CMS
CO2
CRM
Caskroom
CentOS7
Centos8
chmod
CO2
CommandLineRunner
Config
CMS
CRM
CrudRepository
Cypher
datacenters
datastore
deserialize
deserialized
DNS
Dotenv
Downey
EntityStream
ETL
FTS
geo-distributed
consumer1
consumer2
consumer3
consumer:lastid
consumergroup
CrudRepository
Cypher
datacenter
dataset
DevOps
Dotenv
Dotenv
Downey
dually
Downey
ETL
EntityStream
FTS
formatters
GCP
geo-distributed
geo-distribution
GeoLocation
geo-replicated
Geospatial
Github
Hemsworth
Homebrew
HyperLogLog
HyperLogLogs
IAM
Initializer
IoT
IPs
IaaS
inferencing
Initializer
integrations
Initializer
IoT
Iterable
JSON
Jedis
Expand All @@ -76,21 +54,15 @@ Kubernetes
Kubernetes-based
LICENSOR
LINQ
LTS
Licensor
licensor
Licensor.
licensor's
Lombok
LTS
M1
MacOS
MERCHANTABILITY
multicloud
Multicloud
MVC
mystream
npm
on-prem
MacOS
Multicloud
ORM
OSS
PeopleController
Expand All @@ -102,7 +74,6 @@ preselected
product-lifecycle
Profiler
Pydantic
queryable
Queryable
README
read-eval-print-loop
Expand All @@ -112,51 +83,62 @@ RedisAI
RedisGears
redisinsight
REDiss
REPL
REPL
RHEL7
RHEL8
RSAL
RSALv2
RediSearch
RedisAI
RedisBloom
RedisConnectionProvider
RedisDocumentRepository
RedisGears
RedisGraph
RedisInsight
RedisJSON
RedisTimeSeries
RSALv2
SaaS
SDK
SKU
SLOWLOG
SMS
SRANDMEMBER
SSPL
SSPLv1
SaaS
Scarlett
SkeletonApplication
Slowlog
Slowlog
SortOrder.ASC
Springfox
SSPLv1
Stapleton's
Sublicensing
SwaggerUI
Systemd
tiering
TTL
TShark
TTL
Telecom
TimeSeries
UI
ULID
ULIDs
Unlink
Wireshark
uptime
WSL
Wireshark
XADD
XDEL
XLEN
Xenial
YAML
analytics
anonymised
anonymized
api
args
async
atomicity
autogenerated
backend
basePackages
Expand All @@ -172,13 +154,25 @@ coladas
comin
config
const
consumer1
consumer2
consumer3
consumer:lastid
consumergroup
createClient
datacenter
datacenters
dataset
dataset
datastore
david-paich.json
dearmor
deserialize
deserialized
devtools
dotenv
dr
dually
entityId
entityStream
epel-release
Expand All @@ -192,8 +186,12 @@ findBySkills
firstName
fsSL
geo
geofilter
geo-distributed
geo-distributed
geo-distribution
geo-location
geo-replicated
geofilter
getters
gpg
gpgcheck=1
Expand All @@ -203,18 +201,22 @@ homebrew
hostname
houseNumber
http
inferencing
ingest:temphumidity
instantiation
integrations
javascript
joan-jett.json
jedis
joan-jett.json
json
justin-timberlake.json
kerry-livgren.json
keyName
keyrings
lastName
latencies
licensor
licensor's
linkTitle
loadTestData
localhost
Expand All @@ -229,10 +231,14 @@ lsb_release
macOS
maxAge
minAge
multicloud
mvnw
mystream
namespaces
node-redis
nostem
npm
on-prem
openssl
personRepository
personRouter
Expand All @@ -241,7 +247,9 @@ personalStatement
piña
postalCode
predictively
product-lifecycle
profiler
queryable
redis
redis-benchmark
redis-cli
Expand Down Expand Up @@ -277,22 +285,18 @@ swaggerUi
symlink
symlinked
telecom
Telecom
TimeSeries
tl
temphumidity_consumers
tiering
tl
tmp
typesafe
untap
untarring
uptime
uptime
url
usr
v1
x86
XDEL
XLEN
xml
zshrc
REPL
Slowlog
16 changes: 16 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}