Skip to content

Commit 26e0887

Browse files
Update README.md
1 parent e0a7e4a commit 26e0887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
[![GitHub release](https://img.shields.io/github/release/atata-framework/atata-configuration-json.svg)](https://github.com/atata-framework/atata-configuration-json/releases)
55
[![Gitter](https://badges.gitter.im/atata-framework/atata-configuration-json.svg)](https://gitter.im/atata-framework/atata-configuration-json)
66
[![Slack](https://img.shields.io/badge/join-Slack-green.svg?colorB=4EB898)](https://join.slack.com/t/atata-framework/shared_invite/enQtNDMzMzk3OTY5NjgzLTJlNzAyN2E3MzY3MDE4ZGE1ZDQzOGY2NThiYWExZTNkNDc5YjdlNzFjYmUwYjZmNDI2MDJlMGQ3ODNlMDljMzU)
7-
[![Docs](https://img.shields.io/badge/docs-Atata_Framework-orange.svg)](https://atata-framework.github.io/)
7+
[![Atata docs](https://img.shields.io/badge/docs-Atata_Framework-orange.svg)](https://atata.io)
88
[![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/AtataFramework)
99

1010
C#/.NET package for [Atata](https://github.com/atata-framework/atata) configuration through JSON files.
1111

1212
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
1313

14-
**[What's new in v1.0.0](https://atata-framework.github.io/blog/2018/10/19/atata.configuration.json-1.0.0-released/)**
14+
**[What's new in v1.0.0](https://atata.io/blog/2018/10/19/atata.configuration.json-1.0.0-released/)**
1515

1616
## Table of Contents
1717

@@ -67,7 +67,7 @@ Install [`Atata.Configuration.Json`](https://www.nuget.org/packages/Atata.Config
6767
"arguments": [ "start-maximized" ]
6868
}
6969
},
70-
"baseUrl": "https://atata-framework.github.io/atata-sample-app/#!/",
70+
"baseUrl": "https://demo.atata.io/",
7171
"culture": "en-US",
7272
"useNUnitTestName": true,
7373
"logNUnitError": true,

0 commit comments

Comments
 (0)