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" }, {