Skip to content

Commit 4ad54f8

Browse files
authored
update GitHub link in footer of DatabaseConfigApp component (#7)
* update GitHub link in footer of DatabaseConfigApp component * update Changelog link in README to reflect new repository owner
1 parent 33eff59 commit 4ad54f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configure Advanced Settings for DigitalOcean Managed Databases
22

3-
[![Changelog](https://img.shields.io/github/v/release/do-solutions/do-db-config-ui?include_prereleases&label=changelog)](https://github.com/do-solutions/do-db-config-ui/releases)
3+
[![Changelog](https://img.shields.io/github/v/release/jkpe/do-db-config-ui?include_prereleases&label=changelog)](https://github.com/jkpe/do-db-config-ui/releases)
44

55
This project is a web application built with React and React Router that provides a user interface for configuring advanced settings on DigitalOcean Managed Databases. The tool allows you to customize configuration options for various database engines (MySQL, PostgreSQL, Redis, MongoDB, Kafka, OpenSearch) and then generates API requests (including preformatted `curl` and `doctl` commands) so you can update your databases via DigitalOcean's API.
66

src/artifacts/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,12 +1827,12 @@ const DatabaseConfigApp = () => {
18271827
{/* Footer */}
18281828
<div className="text-center text-gray-600 py-8">
18291829
<p className="text-sm">
1830-
Thoughtfully crafted by the DigitalOcean Solutions Architects team. We hope you found it useful{' '}
1830+
Thoughtfully crafted by DigitalOcean’s Solutions Architects team. We hope you found it useful.{' '}
18311831
<span role="img" aria-label="heart" className="text-red-500">❤️</span>
18321832
</p>
18331833
<p className="text-sm mt-2">
18341834
<a
1835-
href="https://github.com/do-solutions/do-db-config-ui"
1835+
href="https://github.com/jkpe/do-db-config-ui"
18361836
className="text-blue-600 hover:text-blue-800"
18371837
target="_blank"
18381838
rel="noopener noreferrer"

0 commit comments

Comments
 (0)