From 7d4fde7d3acbd906f5d20035c268148e9a30ccf4 Mon Sep 17 00:00:00 2001 From: Preetha Date: Tue, 7 May 2019 14:24:18 -0500 Subject: [PATCH] Fixed links in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e8779a6..2b626dbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ BUG FIXES: * client: Fix network fingerprinting to honor manual configuration [[GH-2619](https://github.com/hashicorp/nomad/issues/2619)] * client: Fix issue with terminal state deployments being modified when allocation subsequently fails [[GH-5645](https://github.com/hashicorp/nomad/issues/5645)] * core: Change configuration parsing to use the HCL library's decode, improving JSON support [[GH-1290](https://github.com/hashicorp/nomad/issues/1290)] - * cli: Fix output and exit status for system jobs with constraints [[GH-2381][https://github.com/hashicorp/nomad/issues/2381]] and [[GH-5169][https://github.com/hashicorp/nomad/issues/5169]] + * cli: Fix output and exit status for system jobs with constraints [[GH-2381](https://github.com/hashicorp/nomad/issues/2381)] and [[GH-5169](https://github.com/hashicorp/nomad/issues/5169])] ## 0.9.1 (April 29, 2019)