cakephp3 linkでの画面遷移

<a href= "<?= $this->url->build(['action'=>'qaaResult'])?>" class="btn btn-danger">
     終了する
</a>

で実装できる