Remove duplicate Kaspersky client

Although no coops seem to be referencing this client, there were already
lowercase versions of the relevant files, i.e. `_clients/kaspersky.md`
and `images/clients/kaspersky.svg`. So the uppercase version,
`Kaspersky.md` was effectively a duplicate.

This led to the following warning messages on case-insensitive
filesystems, making it hard to work on the project on such systems:

> warning: the following paths have collided (e.g. case-sensitive paths
> on a case-insensitive filesystem) and only one from the same colliding
> group is in the working tree

In this commit, I've deleted `Kaspersky.md` which didn't contain
anything different to `kaspersky.md`. I think this is the right thing to
do, because ideally all the markdown files should be lowercase in case
they are used in URL paths.

There are other similar issues, but I plan to address them in separate
commits.
This commit is contained in:
James Mead 2020-10-10 14:58:32 +01:00
parent f0f0c3aea7
commit 35c6bdc62b
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
---
title: Kaspersky
---