Skip to content

Commit

Permalink
remove link and add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
quirogas committed Jul 21, 2023
1 parent 3f64e5c commit 861ad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_aria_operations_integration_sdk/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def extract(cls, path: str) -> Project:
json.dump(json_config, _config, indent=4, sort_keys=True)
_config.truncate()
logger.info(
"To learn more about '{CONNECTIONS_FILE_NAME}' file visit https://vmware.github.io/vmware-aria-operations-integration-sdk/references/#how-can-i-migrate-my-old-configjson-file-deprecated-fields-detected-in-configjson-file-warning"
"To learn more about '{CONNECTIONS_FILE_NAME}' file visit TODO: ADD LINK HERE"
)

if not os.path.isfile(connections_file):
Expand Down

0 comments on commit 861ad64

Please sign in to comment.