Skip to content

Commit

Permalink
Update Database Library Links
Browse files Browse the repository at this point in the history
  • Loading branch information
manykarim committed Nov 21, 2024
1 parent 4959d18 commit 9e82161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/different_libraries/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/different_libraries/libraries.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];

Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Grid/LibraryGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 9e82161

Please sign in to comment.