Skip to content

Typo on README.md #1

@Ikaro0

Description

@Ikaro0

All the links in the "Repo structure" had the same text while pointing to different files:

dhall/config.dhall for the config.
dhall/config.dhall for the defaults values (helps keep the config file short)
dhall/config.dhall for the Types (Types are values in Dhall)
dhall/config.dhall for the Github / Terraform specific code.

And should be:

dhall/config.dhall for the config.
dhall/default.dhall for the defaults values (helps keep the config file short)
dhall/types.dhall for the Types (Types are values in Dhall)
dhall/github.dhall for the Github / Terraform specific code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions