Skip to content

Commit

Permalink
fix internal checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed May 10, 2024
1 parent d25743a commit 56fff8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/helm/eks-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ If you deployed Enterprise you'll also have access to:
If you requested an extended trial license navigate to the Admin Console and
apply your license:

* [https://acs.YOUR-DOMAIN-NAME/alfresco/service/enterprise/admin/admin-license](http://localhost:8080/alfresco/service/enterprise/admin/admin-license)
* `https://acs.YOUR-DOMAIN-NAME/alfresco/service/enterprise/admin/admin-license`
* Default username and password is ```admin```
* See [Uploading a new
license](https://docs.alfresco.com/content-services/latest/admin/license/#uploadlicense)
Expand Down
4 changes: 2 additions & 2 deletions docs/helm/examples/external-hazelcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ grand_parent: Helm

You should get empty response.

4. Login into [Alfresco
UI](http://localhost/alfresco/s/enterprise/admin/admin-clustering) and after
4. Login into Alfresco UI on
`http://localhost/alfresco/s/enterprise/admin/admin-clustering` and after
that repeat commands from previous step. You should see response from all
nodes similar to this:

Expand Down
2 changes: 1 addition & 1 deletion helm/acs-sso-example/docs/step-by-step-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ helm dep build # pull dependencies
helm install --generate-name --atomic .
```

You can now open your browser on [http://localhost/alfresco](http://localhost/alfresco)
You can now open your browser on `http://localhost/alfresco`

## Next steps

Expand Down

0 comments on commit 56fff8c

Please sign in to comment.