Skip to content

Commit d1794bd

Browse files
devtomtomRandomByte
authored andcommitted
[INTERNAL] Readme: Fix urls under Type and Processor section
1 parent a3cc348 commit d1794bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Tasks are specific build steps to be executed during build phase.
2323

2424
They are responsible for collecting resources which can be modified by a processor. A task configures one or more processors and supplies them with the collected resources. After the respective processor processed the resources, the task is able to continue with its workflow.
2525

26-
Available tasks are listed [here](lib/builder/tasks).
26+
Available tasks are listed [here](lib/tasks).
2727

2828
### Processors
2929
Processors work with provided resources. They contain the actual build step logic to apply specific modifications to supplied resources or to make use of the resources' content to create new resources out of that.
3030

3131
Processors can be implemented generically. The string replacer is an example for that.
3232
Since string replacement is a common build step, it can be useful in different contexts, e.g. code, version, date and copyright replacement. A concrete replacement operation could be achieved by passing a custom configuration to the processor. This way multiple tasks can make use of the same processor to achive their build step.
3333

34-
Available processors are listed [here](lib/builder/processors).
34+
Available processors are listed [here](lib/processors).
3535

3636
### Legacy Bundle Tooling (lbt)
3737
JavaScript port of the "legacy" Maven/Java based bundle tooling.

0 commit comments

Comments
 (0)