Skip to content

Commit

Permalink
fix: fix manual link error issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 3, 2020
1 parent b94ce32 commit b2154bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/presentation/manual/manual.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, OnInit } from '@angular/core';
import * as mdData from 'raw-loader!../../../assets/docs/practise.md';
import * as mdData from 'raw-loader!../../../assets/docs/manual.md';
import { Title } from '@angular/platform-browser';

@Component({
Expand Down

0 comments on commit b2154bd

Please sign in to comment.