sbmaruf commited on
Commit
56afdcd
1 Parent(s): c9d6bf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -88,13 +88,13 @@ git lfs pull --include "apr/test/*"
88
 
89
  We propose 7 Tasks.
90
 
91
- 1. [Tag Classification](./tag_classification.md)
92
- 2. [Code Compilation](./code_compilation.md)
93
- 3. [Program Synthesis](./program_synthesis.md)
94
- 4. [Code Translation](./code_translation.md)
95
- 5. [Automatic Program Repair](./apr.md)
96
- 6. [Code-Code Retrieval](./retrieval.md)
97
- 7. [NL-Code Retrieval](./retrieval.md)
98
 
99
  # Common Data for different tasks
100
 
 
88
 
89
  We propose 7 Tasks.
90
 
91
+ 1. [Tag Classification](https://github.com/ntunlp/xCodeEval/blob/main/apr.md)
92
+ 2. [Code Compilation](https://github.com/ntunlp/xCodeEval/blob/main/code_compilation.md)
93
+ 3. [Program Synthesis](https://github.com/ntunlp/xCodeEval/blob/main/program_synthesis.md)
94
+ 4. [Code Translation](https://github.com/ntunlp/xCodeEval/blob/main/code_translation.md)
95
+ 5. [Automatic Program Repair](https://github.com/ntunlp/xCodeEval/blob/main/apr.md)
96
+ 6. [Code-Code Retrieval](https://github.com/ntunlp/xCodeEval/blob/main/retrieval.md)
97
+ 7. [NL-Code Retrieval](https://github.com/ntunlp/xCodeEval/blob/main/retrieval.md)
98
 
99
  # Common Data for different tasks
100