diff --git a/document/core/conf.py b/document/core/conf.py index 3952701b..d6e5eb5a 100644 --- a/document/core/conf.py +++ b/document/core/conf.py @@ -66,10 +66,10 @@ logo = 'static/webassembly.png' # The name of the GitHub repository this resides in -repo = 'spec' +repo = 'exception-handling' # The name of the proposal it represents, if any -proposal = '' +proposal = 'exception handling' # The draft version string (clear out for release cuts) draft = ' (Draft ' + date.today().strftime("%Y-%m-%d") + ')'