From 966326ecba5d8b3db23f0f00b41282f2a6b5ef78 Mon Sep 17 00:00:00 2001 From: "Michael J. Kavulich, Jr." Date: Fri, 8 Nov 2024 16:20:24 +0000 Subject: [PATCH] Point to official CFBM users guide location now that its published --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c677204e70..c77e8ab113 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -308,7 +308,7 @@ def warn_undocumented_members(app, what, name, obj, options, lines): 'srw-repo': ('https://github.com/ufs-community/ufs-srweather-app/%s', '%s'), 'srw-wiki': ('https://github.com/ufs-community/ufs-srweather-app/wiki/%s','%s'), 'uw': ('https://uwtools.readthedocs.io/en/main/%s', '%s'), - 'fire-ug': ('https://mkavulich-fire-behavior.readthedocs.io/en/latest/%s', '%s'), + 'fire-ug': ('https://fire-behavior.readthedocs.io/en/latest/%s', '%s'), } # -- Options for autoyaml extension ---------------------------------------