From 9e8216174d28c9c4e467f9f13b4fb4825b2a97d0 Mon Sep 17 00:00:00 2001 From: Many Kasiriha Date: Thu, 21 Nov 2024 08:14:31 +0000 Subject: [PATCH] Update Database Library Links --- website/docs/different_libraries/database.md | 2 +- website/docs/different_libraries/libraries.table.js | 2 +- website/src/components/Grid/LibraryGrid.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/different_libraries/database.md b/website/docs/different_libraries/database.md index 952ab789..8b042f1c 100644 --- a/website/docs/different_libraries/database.md +++ b/website/docs/different_libraries/database.md @@ -29,7 +29,7 @@ Examples are: ## Examples -Check out the [tests](https://github.com/franz-see/Robotframework-Database-Library/tree/master/test) folder in the repository for examples. +Check out the [tests](https://github.com/MarketSquare/Robotframework-Database-Library/tree/master/test) folder in the repository for examples. Example for a PostgreSQL database: diff --git a/website/docs/different_libraries/libraries.table.js b/website/docs/different_libraries/libraries.table.js index 0071aa94..4ec18b94 100644 --- a/website/docs/different_libraries/libraries.table.js +++ b/website/docs/different_libraries/libraries.table.js @@ -42,7 +42,7 @@ export const libraries = [ title: "Database Library", description: "Python based library for database testing.", isData: "✅", - url: "https://github.com/franz-see/Robotframework-Database-Library", + url: "https://github.com/MarketSquare/Robotframework-Database-Library", }, ]; diff --git a/website/src/components/Grid/LibraryGrid.js b/website/src/components/Grid/LibraryGrid.js index 3329a0b9..baa3bc88 100644 --- a/website/src/components/Grid/LibraryGrid.js +++ b/website/src/components/Grid/LibraryGrid.js @@ -45,7 +45,7 @@ function LibraryGrid() { name: "Database Library", description: "Python based library for database testing.", localpage: "database", - urls: { GitHub: "https://github.com/franz-see/Robotframework-Database-Library", PyPI: "https://pypi.org/project/robotframework-databaselibrary/", Project: "http://franz-see.github.io/Robotframework-Database-Library/", Docs: "http://franz-see.github.io/Robotframework-Database-Library/api/1.2.2/DatabaseLibrary.html" }, + urls: { GitHub: "https://github.com/MarketSquare/Robotframework-Database-Library", PyPI: "https://pypi.org/project/robotframework-databaselibrary/", Project: "https://github.com/MarketSquare/Robotframework-Database-Library", Docs: "https://marketsquare.github.io/Robotframework-Database-Library/" }, tags: "Database" }, {