Skip to content

Commit 7e6471f

Browse files
authored
fixed feature context link
1 parent b096b01 commit 7e6471f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It unlocks evolution as a new source of information for feature location.
2929
Consider a developer Alice editing the `pop` method of a `Stack` class in Java as depicted in the image above.
3030
Feature-to-code mappings are indicated by corresponding colours.
3131
By labeling her edits with the feature she edits, we derive feature mappings for edited source code.
32-
We refer to such a label as [_feature context_](https://pmbittner.github.io/FeatureTraceRecording/FeatureTraceRecording.html#t:FeatureContext).
32+
We refer to such a label as [_feature context_](https://pmbittner.github.io/FeatureTraceRecording/docs/FeatureTraceRecording.html#t:FeatureContext).
3333
It can be left empty when developers do not know the feature they edit.
3434
In our example, Alice does not know the feature of the moved line in her second edit and omits the feature context (i.e., sets it to null).
3535

@@ -124,4 +124,4 @@ Don't hesitate to open issues or pull-request or to contact us directly (paul.bi
124124
[documentation]: https://pmbittner.github.io/FeatureTraceRecording/docs
125125
[preprint]: https://github.com/SoftVarE-Group/Papers/raw/master/2021/2021-ESECFSE-Bittner.pdf
126126
[paper]: https://doi.org/10.1145/3468264.3468531
127-
[variantsync]: https://www.uni-ulm.de/en/in/sp/research/projects/variantsync/
127+
[variantsync]: https://www.uni-ulm.de/en/in/sp/research/projects/variantsync/

0 commit comments

Comments
 (0)