Skip to content

Commit 7d44f68

Browse files
HarshCasperkiviewrnorth
authored
DOCS: Remove references to Atlassian for LocalStack (#4796)
Co-authored-by: Kevin Wittek <[email protected]> Co-authored-by: Richard North <[email protected]>
1 parent cbaedff commit 7d44f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modules/localstack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Localstack Module
1+
# LocalStack Module
22

3-
Testcontainers module for the Atlassian's [LocalStack](https://github.com/localstack/localstack), 'a fully functional local AWS cloud stack'.
3+
Testcontainers module for [LocalStack](http://localstack.cloud/), 'a fully functional local AWS cloud stack', to develop and test your cloud and serverless apps without actually using the cloud.
44

55
## Usage example
66

modules/localstack/src/main/java/org/testcontainers/containers/localstack/LocalStackContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import java.util.stream.Collectors;
2626

2727
/**
28-
* <p>Container for Atlassian Labs Localstack, 'A fully functional local AWS cloud stack'.</p>
28+
* <p>Container for LocalStack, 'A fully functional local AWS cloud stack'.</p>
2929
* <p>{@link LocalStackContainer#withServices(Service...)} should be used to select which services
3030
* are to be launched. See {@link Service} for available choices. It is advised that
3131
* {@link LocalStackContainer#getEndpointConfiguration(Service)} and

0 commit comments

Comments
 (0)