From 0804f7d91759872faeb2d885578f8f6153e304e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Schr=C3=B6der?= Date: Tue, 14 Jun 2022 13:24:10 +0200 Subject: [PATCH] Fix link in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christopher Schröder --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 663a0fff..1b835f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ First stable release. - Datasets: - `SklearnDataset` now checks if the dimensions of the features and labels match. - Query Strategies: - - [ExpectedGradientLengthMaxWord](https://github.com/webis-de/small-text/blob/master/small_text/integrations/pytorch/query_strategies/strategies.py): Cleaned up code and added checks to detect invalid configurations. + - [ExpectedGradientLengthMaxWord](https://github.com/webis-de/small-text/blob/main/small_text/integrations/pytorch/query_strategies/strategies.py): Cleaned up code and added checks to detect invalid configurations. - Documentation: - The documentation is now available in full width. - Repository: