From 13edacd25d7de3e57a487fd483c9174224e7bab5 Mon Sep 17 00:00:00 2001
From: Soren Rasmussen <s.c.rasmussen@gmail.com>
Date: Mon, 7 Oct 2024 11:05:08 -0600
Subject: [PATCH] Fix for broken CCPP Framework link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3e7c37eb3..3dfb724b7 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 The SCM is a tool for developing physics suites and diagnosing their performance. This SCM works with the
 - [Common Community Physics Package (CCPP):](https://github.com/NCAR/ccpp-physics) a library of physical parameterizations for atmospheric numerical models.
-- [CCPP Framework:](https://github.com/NCAR/ccpp-scm:) a framework for connecting atmospheric models to physics suites.
+- [CCPP Framework:](https://github.com/NCAR/ccpp-scm) a framework for connecting atmospheric models to physics suites.
 
 ## Documentation
 - [SCM readthedocs](https://ccpp-scm.readthedocs.io/en/v7.0.0/)