From 7e09c0627f358b7c2b826a23cdf953c58529253d Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 16 Apr 2024 12:28:42 +0200 Subject: [PATCH] Fixes for link checker --- .gitignore | 3 +++ README.md | 2 +- deny.toml | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 26bab3c..f7020c0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ **/target_ra **/target_wasm +# https://github.com/lycheeverse/lychee +.lycheecache + # Pixi environment .pixi diff --git a/README.md b/README.md index f820e90..954071f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ This template includes ## How to use -Start by clicking "Use this template" at https://github.com/rerun/template/ or follow [these instructions](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template). +Start by clicking "Use this template" at https://github.com/rerun-io/template/ or follow [these instructions](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template). Then search for `TODO` and fill in all those places (including changing the whole contents of this `README.md`, obviously). diff --git a/deny.toml b/deny.toml index d993e30..32ab1ac 100644 --- a/deny.toml +++ b/deny.toml @@ -50,8 +50,8 @@ allow = [ "BSD-3-Clause", # https://tldrlegal.com/license/bsd-3-clause-license-(revised) "BSL-1.0", # https://tldrlegal.com/license/boost-software-license-1.0-explained "CC0-1.0", # https://creativecommons.org/publicdomain/zero/1.0/ - "ISC", # https://tldrlegal.com/license/-isc-license - "LicenseRef-UFL-1.0", # https://tldrlegal.com/license/ubuntu-font-license,-1.0 - no official SPDX, see https://github.com/emilk/egui/issues/2321 + "ISC", # https://www.tldrlegal.com/license/isc-license + "LicenseRef-UFL-1.0", # See https://github.com/emilk/egui/issues/2321 "MIT-0", # https://choosealicense.com/licenses/mit-0/ "MIT", # https://tldrlegal.com/license/mit-license "MPL-2.0", # https://www.mozilla.org/en-US/MPL/2.0/FAQ/ - see Q11. Used by webpki-roots on Linux. @@ -73,4 +73,4 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] [sources.allow-org] -github = ["emilk"] +github = ["emilk", "rerun-io"]