Skip to content

Commit

Permalink
feat(doc): #1375 update domain to fluidattacks.tech
Browse files Browse the repository at this point in the history
- Update domain to fluidattacks.tech in
README.md, mkdocs.yaml, contributing.md and
entrypoint.sh

Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
  • Loading branch information
rohaquinlop committed Aug 22, 2024
1 parent 001b9d0 commit fc3d696
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ It is

## Installation

[Installation](https://makes.fluidattacks.com/getting-started/#installation)
[Installation](https://makes.fluidattacks.tech/getting-started/#installation)

## Documentation

See https://makes.fluidattacks.com
See https://makes.fluidattacks.tech

## Issues

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Makes | Fluid Attacks
site_url: https://makes.fluidattacks.com/
site_url: https://makes.fluidattacks.tech/
site_description: Documentation for Makes
site_author: Fluid Attacks
repo_url: https://github.com/fluidattacks/makes
Expand Down
4 changes: 2 additions & 2 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ If you're adding new files, make sure to `git add` them first.
#### Adding documentation

- All changes must be documented in the same PR.
- You can run `m . /docs/dev` to serve the [docs site](https://makes.fluidattacks.com)
- You can run `m . /docs/dev` to serve the [docs site](https://makes.fluidattacks.tech)
on localhost.
- Make sure you lint the documentation with `m . /lintMarkdown/all`.

#### Adding tests

- All new [builtins](https://makes.fluidattacks.com/api/builtins/) must be
- All new [builtins](https://makes.fluidattacks.tech/api/builtins/) must be
tested.
- You can add tests to either `/makes.nix` or `/makes/your-builtin/main.nix`
depending on the nature of the builtin.
Expand Down
2 changes: 1 addition & 1 deletion makes/docs/deploy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function main {
local env="${1-}"
local domain="makes.fluidattacks.com"
local domain="makes.fluidattacks.tech"
local cname_path="src/CNAME"

: \
Expand Down

0 comments on commit fc3d696

Please sign in to comment.