Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit c26852d

Browse files
authored
fix: corrects the repo/homepage link (#15)
* fix: corrects the repo/homepage link * chore: adds newline to end of file
1 parent b590308 commit c26852d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/snippets/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
"AGENT_ID": "53516802-3e2a-4016-80b6-a3df0d240240",
3838
"AUDIO_PATH": "resources/hello.wav",
3939
},
40-
}
40+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author="Google LLC",
3636
author_email="googleapis-packages@google.com",
3737
license="Apache 2.0",
38-
url="https://github.com/googleapis/python-video-transcoder",
38+
url="https://github.com/googleapis/python-dialogflow-cx",
3939
packages=setuptools.PEP420PackageFinder.find(),
4040
namespace_packages=("google", "google.cloud"),
4141
platforms="Posix; MacOS X; Windows",

0 commit comments

Comments
 (0)