Skip to content

[#99] Remove link from `instance TypeHasDoc MText`

Konstantin Ivanov requested to merge martoon/#99-mtext-no-link into master

Description

Problem: that link got broken, looks like it does not worth referring outer sources in our autodoc at all.

Solution: write down rules for Michelson string values instead of providing a link to Michelson documentation.

Related issue(s)

Resolves #99 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Merge request reports